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

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
dictlist.h 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
dicttrie.h 194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
matrixsearch.h 293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
userdict.h 53 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf,
  /packages/inputmethods/PinyinIME/jni/share/
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...]
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,
dictlist.cpp 286 uint16 DictList::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::DictList
userdict.cpp 609 uint16 UserDict::get_lemma_str(LemmaIdType id_lemma, char16* str_buf, function in class:ime_pinyin::UserDict
    [all...]

Completed in 354 milliseconds