Searched refs:get_lemma_id (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddicttrie.h104 inline LemmaIdType get_lemma_id(size_t id_offset);
209 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[], function in class:ime_pinyin::DictTrie
224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
H A Datomdictbase.h217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
H A Ddictlist.h116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len);
H A Duserdict.h70 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp95 inline LemmaIdType DictTrie::get_lemma_id(size_t id_offset) { function in class:ime_pinyin::DictTrie
320 lpi_items[lpi_num].id = get_lemma_id(node->homo_idx_buf_off +
339 lpi_items[lpi_num].id = get_lemma_id(homo_buf_off + homo);
644 LemmaIdType id_this = get_lemma_id(node_le0->homo_idx_buf_off + homo_pos);
655 if (get_lemma_id(node_homo_off + homo_pos) == id_lemma)
815 get_lemma_id(node_le0->homo_idx_buf_off + homo_pos);
829 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos);
907 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) { function in class:ime_pinyin::DictTrie
911 return dict_list_->get_lemma_id(lemma_str, lemma_len);
923 LemmaIdType top_lma_id = get_lemma_id(top_lmas_id_offse
[all...]
H A Ddictlist.cpp348 LemmaIdType DictList::get_lemma_id(const char16 *str, uint16 str_len) { function in class:ime_pinyin::DictList
H A Dmatrixsearch.cpp1866 if (dict_trie_->get_lemma_id(fixed_buf + fixed_len - nlen, nlen) > 0) {
H A Duserdict.cpp856 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[],

Completed in 51 milliseconds