HomeSort by relevance Sort by last modified time
    Searched defs:get_lemma_str (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 286 uint16 DictList::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::DictList
dicttrie.cpp 646 get_lemma_str(id_this, str, 2);
848 uint16 DictTrie::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::DictTrie
850 return dict_list_->get_lemma_str(id_lemma, str_buf, str_max);
856 uint16 lma_len = get_lemma_str(id_lemma, lma_str, kMaxLemmaSize + 1);
925 if (dict_list_->get_lemma_str(top_lma_id,
userdict.cpp 609 uint16 UserDict::get_lemma_str(LemmaIdType id_lemma, char16* str_buf, function in class:ime_pinyin::UserDict
    [all...]
matrixsearch.cpp 627 s_len = get_lemma_str(id, s, kMaxLemmaSize + 1);
670 uint16 tmp = get_lemma_str(lma_id, word_str + spl_id_fr,
1780 uint16 MatrixSearch::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::MatrixSearch
    [all...]

Completed in 170 milliseconds