Searched refs:npre_items_ (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | matrixsearch.cpp | 67 npre_items_ = NULL; in reset_pointers_to_null() 101 npre_items_ = reinterpret_cast<NPredictItem*>(share_buf_); in alloc_resource() 1871 memset(npre_items_, 0, sizeof(NPredictItem) * npre_items_len_); in inner_predict() 1895 npre_items_ + res_total, in inner_predict() 1906 npre_items_ + res_total, this_max, in inner_predict() 1913 npre_items_ + res_total + res_this, in inner_predict() 1918 myqsort(npre_items_ + res_total, res_this, sizeof(NPredictItem), in inner_predict() 1936 res_total = remove_duplicate_npre(npre_items_, res_total); in inner_predict() 1939 myqsort(npre_items_, res_total, sizeof(NPredictItem), in inner_predict() 1942 myqsort(npre_items_, res_total, sizeof(NPredictItem), in inner_predict() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | matrixsearch.h | 203 NPredictItem *npre_items_; // Used to do prediction variable
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | matrixsearch.h | 203 NPredictItem *npre_items_; // Used to do prediction variable
|