Searched refs:lemma_str (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Datomdictbase.h189 * @param lemma_str The Chinese string of the lemma.
194 virtual LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
212 * @param lemma_str The Chinese string of the lemma.
217 virtual LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
231 * @param lemma_str The Chinese string of the lemma.
236 virtual LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
H A Ddicttrie.h203 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[], argument
209 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[], argument
214 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[], argument
224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);
H A Duserdict.h64 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
70 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
75 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
97 LemmaIdType put_lemma_no_sync(char16 lemma_str[], uint16 splids[],
304 LemmaIdType _put_lemma(char16 lemma_str[], uint16 splids[],
310 int _get_lemma_score(char16 lemma_str[], uint16 splids[], uint16 lemma_len);
360 LemmaIdType append_a_lemma(char16 lemma_str[], uint16 splids[],
364 int32 locate_in_offsets(char16 lemma_str[],
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp690 int32 UserDict::locate_in_offsets(char16 lemma_str[], uint16 splid_str[],
733 if (str[i] == lemma_str[i])
856 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[],
858 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
875 LmaScoreType UserDict::get_lemma_score(char16 lemma_str[], uint16 splids[],
879 return translate_score(_get_lemma_score(lemma_str, splids, lemma_len));
902 int UserDict::_get_lemma_score(char16 lemma_str[], uint16 splids[],
907 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
1699 LemmaIdType UserDict::put_lemma_no_sync(char16 lemma_str[], uint16 splids[],
1706 id = _put_lemma(lemma_str, splid
[all...]
H A Ddicttrie.cpp907 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) { argument
908 if (NULL == lemma_str || lemma_len > kMaxLemmaSize)
911 return dict_list_->get_lemma_id(lemma_str, lemma_len);

Completed in 155 milliseconds