HomeSort by relevance Sort by last modified time
    Searched refs:get_lemma_id (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 104 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);
atomdictbase.h 217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
dictlist.h 116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len);
userdict.h 70 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 95 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_offset + top_lmas_pos)
    [all...]
dictlist.cpp 348 LemmaIdType DictList::get_lemma_id(const char16 *str, uint16 str_len) { function in class:ime_pinyin::DictList
matrixsearch.cpp     [all...]
userdict.cpp 856 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[],
    [all...]

Completed in 945 milliseconds