Home
last modified time | relevance | path

Searched refs:his_len (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsearchutility.cpp149 if ((static_cast<const NPredictItem*>(p1))->his_len < in cmp_npre_by_hislen_score()
150 (static_cast<const NPredictItem*>(p2))->his_len) in cmp_npre_by_hislen_score()
153 if ((static_cast<const NPredictItem*>(p1))->his_len > in cmp_npre_by_hislen_score()
154 (static_cast<const NPredictItem*>(p2))->his_len) in cmp_npre_by_hislen_score()
H A Ddicttrie.cpp913 size_t DictTrie::predict_top_lmas(size_t his_len, NPredictItem *npre_items, in predict_top_lmas() argument
930 npre_items[item_num].his_len = his_len; in predict_top_lmas()
H A Ddictlist.cpp260 npre_items[item_num].his_len = hzs_len; in predict()
H A Duserdict.cpp705 npre_items[new_added].his_len = hzs_len; in _get_lpis()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsearchutility.h51 uint16 his_len; // The length of the history used to do the prediction. member
H A Ddicttrie.h228 size_t predict_top_lmas(size_t his_len, NPredictItem *npre_items,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsearchutility.h51 uint16 his_len; // The length of the history used to do the prediction. member
H A Ddicttrie.h228 size_t predict_top_lmas(size_t his_len, NPredictItem *npre_items,