Searched refs:get_lemma_id (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | dicttrie.h | 104 inline LemmaIdType get_lemma_id(size_t id_offset); 209 LemmaIdType get_lemma_id(char16 /*lemma_str*/[], uint16 /*splids*/[], in get_lemma_id() function 224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
|
| H A D | dictlist.h | 116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len);
|
| H A D | atomdictbase.h | 217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
|
| H A D | userdict.h | 74 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | dicttrie.h | 104 inline LemmaIdType get_lemma_id(size_t id_offset); 209 LemmaIdType get_lemma_id(char16 /*lemma_str*/[], uint16 /*splids*/[], in get_lemma_id() function 224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
|
| H A D | dictlist.h | 116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len);
|
| H A D | atomdictbase.h | 217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
|
| H A D | userdict.h | 74 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dicttrie.cpp | 95 inline LemmaIdType DictTrie::get_lemma_id(size_t id_offset) { in get_lemma_id() function in ime_pinyin::DictTrie 319 lpi_items[lpi_num].id = get_lemma_id(node->homo_idx_buf_off + in fill_lpi_buffer() 338 lpi_items[lpi_num].id = get_lemma_id(homo_buf_off + homo); in fill_lpi_buffer() 643 LemmaIdType id_this = get_lemma_id(node_le0->homo_idx_buf_off + homo_pos); in try_extend() 654 if (get_lemma_id(node_homo_off + homo_pos) == id_lemma) in try_extend() 814 get_lemma_id(node_le0->homo_idx_buf_off + homo_pos); in get_lpis() 828 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos); in get_lpis() 906 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) { in get_lemma_id() function in ime_pinyin::DictTrie 910 return dict_list_->get_lemma_id(lemma_str, lemma_len); in get_lemma_id() 922 LemmaIdType top_lma_id = get_lemma_id(top_lmas_id_offset + top_lmas_pos); in predict_top_lmas()
|
| H A D | dictlist.cpp | 348 LemmaIdType DictList::get_lemma_id(const char16 *str, uint16 str_len) { in get_lemma_id() function in ime_pinyin::DictList
|
| H A D | matrixsearch.cpp | 1889 if (dict_trie_->get_lemma_id(fixed_buf + fixed_len - nlen, nlen) > 0) { in inner_predict()
|
| H A D | userdict.cpp | 888 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[], in _get_lpis() function in ime_pinyin::UserDict
|