HomeSort by relevance Sort by last modified time
    Searched refs:get_lemma_score (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 226 virtual LmaScoreType get_lemma_score(LemmaIdType lemma_id) = 0;
236 virtual LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
dicttrie.h 212 LmaScoreType get_lemma_score(LemmaIdType lemma_id) {return 0;} function in class:ime_pinyin::DictTrie
214 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[], function in class:ime_pinyin::DictTrie
userdict.h 73 LmaScoreType get_lemma_score(LemmaIdType lemma_id);
75 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 674 npre_items[new_added].psb = get_lemma_score(words, splids, nchar);
866 LmaScoreType UserDict::get_lemma_score(LemmaIdType lemma_id) {
875 LmaScoreType UserDict::get_lemma_score(char16 lemma_str[], uint16 splids[],
    [all...]

Completed in 54 milliseconds