Home
last modified time | relevance | path

Searched refs:get_lemma_str (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp650 s_len = get_lemma_str(id, s, kMaxLemmaSize + 1); in get_candidate()
693 uint16 tmp = get_lemma_str(lma_id, word_str + spl_id_fr, in add_lma_to_userdict()
1267 lma_len = get_lemma_str(lma_id_[pos], lma_str, kMaxRowNum - phrase_len); in merge_fixed_lmas()
1678 uint16 str_len = get_lemma_str(idxs[id_num], str, kMaxLemmaSize + 1); in get_candidate0()
1734 get_lemma_str(lma_buf[pos].id, lpsis[pos].str, kMaxLemmaSize + 1); in get_lpis()
1764 get_lemma_str(lma_buf[pos].id, hanzis, 2); in get_lpis()
1803 uint16 MatrixSearch::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, in get_lemma_str() function in ime_pinyin::MatrixSearch
1808 str_len = dict_trie_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
1811 str_len = user_dict_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
H A Ddicttrie.cpp645 get_lemma_str(id_this, str, 2); in try_extend()
847 uint16 DictTrie::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, in get_lemma_str() function in ime_pinyin::DictTrie
849 return dict_list_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
855 uint16 lma_len = get_lemma_str(id_lemma, lma_str, kMaxLemmaSize + 1); in get_lemma_splids()
924 if (dict_list_->get_lemma_str(top_lma_id, in predict_top_lmas()
H A Ddictlist.cpp286 uint16 DictList::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, in get_lemma_str() function in ime_pinyin::DictList
H A Duserdict.cpp641 uint16 UserDict::get_lemma_str(LemmaIdType id_lemma, char16* str_buf, in _get_lpis() function in ime_pinyin::UserDict
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
H A Datomdictbase.h150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
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.h57 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf,
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
H A Datomdictbase.h150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
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.h57 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf,