Home
last modified time | relevance | path

Searched refs:_get_lemma_score (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h314 int _get_lemma_score(char16 lemma_str[], uint16 splids[], uint16 lemma_len);
316 int _get_lemma_score(LemmaIdType lemma_id);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h314 int _get_lemma_score(char16 lemma_str[], uint16 splids[], uint16 lemma_len);
316 int _get_lemma_score(LemmaIdType lemma_id);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp904 return translate_score(_get_lemma_score(lemma_id)); in _get_lpis()
911 return translate_score(_get_lemma_score(lemma_str, splids, lemma_len)); in _get_lpis()
914 int UserDict::_get_lemma_score(LemmaIdType lemma_id) { in _get_lpis() function in ime_pinyin::UserDict
934 int UserDict::_get_lemma_score(char16 lemma_str[], uint16 splids[], in _get_lpis() function in ime_pinyin::UserDict
1864 int score = _get_lemma_score(wrd, spl, nchar); in _get_lpis()