Home
last modified time | relevance | path

Searched refs:lemma_str (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h68 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
74 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
79 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
101 LemmaIdType put_lemma_no_sync(char16 lemma_str[], uint16 splids[],
308 LemmaIdType _put_lemma(char16 lemma_str[], uint16 splids[],
314 int _get_lemma_score(char16 lemma_str[], uint16 splids[], uint16 lemma_len);
364 LemmaIdType append_a_lemma(char16 lemma_str[], uint16 splids[],
368 int32 locate_in_offsets(char16 lemma_str[],
H A Datomdictbase.h194 virtual LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
236 virtual LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
H A Ddicttrie.h224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h68 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
74 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
79 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
101 LemmaIdType put_lemma_no_sync(char16 lemma_str[], uint16 splids[],
308 LemmaIdType _put_lemma(char16 lemma_str[], uint16 splids[],
314 int _get_lemma_score(char16 lemma_str[], uint16 splids[], uint16 lemma_len);
364 LemmaIdType append_a_lemma(char16 lemma_str[], uint16 splids[],
368 int32 locate_in_offsets(char16 lemma_str[],
H A Datomdictbase.h194 virtual LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
236 virtual LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
H A Ddicttrie.h224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
/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() argument
765 if (str[i] == lemma_str[i]) in _get_lpis()
888 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[], in _get_lpis() argument
890 int32 off = locate_in_offsets(lemma_str, splids, lemma_len); in _get_lpis()
907 LmaScoreType UserDict::get_lemma_score(char16 lemma_str[], uint16 splids[], in _get_lpis() argument
911 return translate_score(_get_lemma_score(lemma_str, splids, lemma_len)); in _get_lpis()
934 int UserDict::_get_lemma_score(char16 lemma_str[], uint16 splids[], in _get_lpis() argument
939 int32 off = locate_in_offsets(lemma_str, splids, lemma_len); in _get_lpis()
1735 LemmaIdType UserDict::put_lemma_no_sync(char16 lemma_str[], uint16 splids[], in _get_lpis() argument
1742 id = _put_lemma(lemma_str, splids, lemma_len, count, lmt); in _get_lpis()
[all …]
H A Ddicttrie.cpp906 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) { in get_lemma_id() argument
907 if (NULL == lemma_str || lemma_len > kMaxLemmaSize) in get_lemma_id()
910 return dict_list_->get_lemma_id(lemma_str, lemma_len); in get_lemma_id()