HomeSort by relevance Sort by last modified time
    Searched defs:get_lemma_id (Results 1 - 3 of 3) 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);
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 348 LemmaIdType DictList::get_lemma_id(const char16 *str, uint16 str_len) { function in class:ime_pinyin::DictList
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...]

Completed in 1007 milliseconds