Searched refs:utf16_strncpy (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dictlist.cpp | 181 utf16_strncpy(buf_, lemma_arr[0].hanzi_str, in fill_list() 189 utf16_strncpy(buf_ + current_pos, lemma_arr[i].hanzi_str, in fill_list() 256 utf16_strncpy(npre_items[item_num].pre_hzs, w_buf + hzs_len, pre_len); in predict()
|
| H A D | utf16char.cpp | 140 char16* utf16_strncpy(char16 *dst, const char16 *src, size_t size) { in utf16_strncpy() function
|
| H A D | matrixsearch.cpp | 658 utf16_strncpy(cand_str, s, s_len); in get_candidate() 691 utf16_strncpy(spl_ids + spl_id_fr, spl_id_ + lma_start_[pos], lma_len); in add_lma_to_userdict() 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() 1822 utf16_strncpy(str_buf, c_phrase_.chn_str, str_len); in get_lemma_str() 1963 utf16_strncpy(predict_buf[i], npre_items_[i].pre_hzs, in inner_predict()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | utf16char.h | 46 char16* utf16_strncpy(char16 *dst, const char16 *src, size_t size);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | utf16char.h | 46 char16* utf16_strncpy(char16 *dst, const char16 *src, size_t size);
|