Searched refs:pre_hzs (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | searchutility.cpp | 169 int ret_v = (utf16_strncmp((static_cast<const NPredictItem*>(p1))->pre_hzs, in cmp_npre_by_hanzi_score() 170 (static_cast<const NPredictItem*>(p2))->pre_hzs, kMaxPredictSize)); in cmp_npre_by_hanzi_score() 193 if (utf16_strncmp(npre_items[pos].pre_hzs, in remove_duplicate_npre() 194 npre_items[remain_num - 1].pre_hzs, in remove_duplicate_npre()
|
| H A D | dictlist.cpp | 256 utf16_strncpy(npre_items[item_num].pre_hzs, w_buf + hzs_len, pre_len); in predict() 271 if (utf16_strncmp((*(npre_items - e_pos)).pre_hzs, npre_items[i].pre_hzs, in predict()
|
| H A D | matrixsearch.cpp | 1955 printf("%d ", npre_items_[i].pre_hzs[j]); in inner_predict() 1963 utf16_strncpy(predict_buf[i], npre_items_[i].pre_hzs, in inner_predict()
|
| H A D | userdict.cpp | 707 memcpy(npre_items[new_added].pre_hzs, words + hzs_len, cpy_len); in _get_lpis() 709 npre_items[new_added].pre_hzs[cpy_len >> 1] = 0; in _get_lpis()
|
| H A D | dicttrie.cpp | 925 npre_items[item_num].pre_hzs, in predict_top_lmas()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | searchutility.h | 50 char16 pre_hzs[kMaxPredictSize]; member
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | searchutility.h | 50 char16 pre_hzs[kMaxPredictSize]; member
|