Searched refs:cand_str (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | pinyinime.cpp | 116 char16* im_get_candidate(size_t cand_id, char16* cand_str, in im_get_candidate() argument 121 return matrix_search->get_candidate(cand_id, cand_str, max_len); in im_get_candidate()
|
| H A D | matrixsearch.cpp | 627 char16* MatrixSearch::get_candidate(size_t cand_id, char16 *cand_str, in get_candidate() argument 629 if (!inited_ || 0 == pys_decoded_len_ || NULL == cand_str) in get_candidate() 633 return get_candidate0(cand_str, max_len, NULL, false); in get_candidate() 642 return get_candidate0(cand_str, max_len, NULL, false); in get_candidate() 658 utf16_strncpy(cand_str, s, s_len); in get_candidate() 659 cand_str[s_len] = (char16)'\0'; in get_candidate() 660 return cand_str; in get_candidate() 1634 char16* MatrixSearch::get_candidate0(char16 *cand_str, size_t max_len, in get_candidate0() argument 1682 utf16_strncpy(cand_str + ret_pos, str, str_len); in get_candidate0() 1684 utf16_strncpy(cand_str + ret_pos - fixed_hzs_, str, str_len); in get_candidate0() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | matrixsearch.h | 437 char16* get_candidate(size_t cand_id, char16 *cand_str, size_t max_len); 442 char16* get_candidate0(char16* cand_str, size_t max_len,
|
| H A D | pinyinime.h | 138 char16* im_get_candidate(size_t cand_id, char16* cand_str,
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | matrixsearch.h | 437 char16* get_candidate(size_t cand_id, char16 *cand_str, size_t max_len); 442 char16* get_candidate0(char16* cand_str, size_t max_len,
|
| H A D | pinyinime.h | 138 char16* im_get_candidate(size_t cand_id, char16* cand_str,
|