Home
last modified time | relevance | path

Searched defs:lemma_str (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp722 int32 UserDict::locate_in_offsets(char16 lemma_str[], uint16 splid_str[], in _get_lpis()
888 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[], in _get_lpis()
907 LmaScoreType UserDict::get_lemma_score(char16 lemma_str[], uint16 splids[], in _get_lpis()
934 int UserDict::_get_lemma_score(char16 lemma_str[], uint16 splids[], in _get_lpis()
1735 LemmaIdType UserDict::put_lemma_no_sync(char16 lemma_str[], uint16 splids[], in _get_lpis()
2084 LemmaIdType UserDict::put_lemma(char16 lemma_str[], uint16 splids[], in _get_lpis()
2089 LemmaIdType UserDict::_put_lemma(char16 lemma_str[], uint16 splids[], in _get_lpis()
2171 char16 * lemma_str = get_lemma_word(offset); in _get_lpis() local
2211 LemmaIdType UserDict::append_a_lemma(char16 lemma_str[], uint16 splids[], in _get_lpis()
H A Ddicttrie.cpp906 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) { in get_lemma_id()