Home
last modified time | relevance | path

Searched refs:pre_hzs (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsearchutility.cpp169 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 Ddictlist.cpp256 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 Dmatrixsearch.cpp1955 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 Duserdict.cpp707 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 Ddicttrie.cpp925 npre_items[item_num].pre_hzs, in predict_top_lmas()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsearchutility.h50 char16 pre_hzs[kMaxPredictSize]; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsearchutility.h50 char16 pre_hzs[kMaxPredictSize]; member