Searched refs:get_lemma_str (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Datomdictbase.h150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
H A Ddictlist.h94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
H A Ddicttrie.h194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Dmatrixsearch.h293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Duserdict.h53 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf,
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp627 s_len = get_lemma_str(id, s, kMaxLemmaSize + 1);
670 uint16 tmp = get_lemma_str(lma_id, word_str + spl_id_fr,
1244 lma_len = get_lemma_str(lma_id_[pos], lma_str, kMaxRowNum - phrase_len);
1655 uint16 str_len = get_lemma_str(idxs[id_num], str, kMaxLemmaSize + 1);
1711 get_lemma_str(lma_buf[pos].id, lpsis[pos].str, kMaxLemmaSize + 1);
1741 get_lemma_str(lma_buf[pos].id, hanzis, 2);
1780 uint16 MatrixSearch::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::MatrixSearch
1785 str_len = dict_trie_->get_lemma_str(id_lemma, str_buf, str_max);
1788 str_len = user_dict_->get_lemma_str(id_lemma, str_buf, str_max);
H A Ddicttrie.cpp646 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,
H A Ddictlist.cpp286 uint16 DictList::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, function in class:ime_pinyin::DictList
H A Duserdict.cpp609 uint16 UserDict::get_lemma_str(LemmaIdType id_lemma, char16* str_buf, function in class:ime_pinyin::UserDict

Completed in 74 milliseconds