Home
last modified time | relevance | path

Searched refs:lemma_id (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Datomdictbase.h206 virtual LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
226 virtual LmaScoreType get_lemma_score(LemmaIdType lemma_id) = 0;
245 virtual bool remove_lemma(LemmaIdType lemma_id) = 0;
H A Duserdict.h71 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
77 LmaScoreType get_lemma_score(LemmaIdType lemma_id);
82 bool remove_lemma(LemmaIdType lemma_id);
316 int _get_lemma_score(LemmaIdType lemma_id);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Datomdictbase.h206 virtual LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
226 virtual LmaScoreType get_lemma_score(LemmaIdType lemma_id) = 0;
245 virtual bool remove_lemma(LemmaIdType lemma_id) = 0;
H A Duserdict.h71 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
77 LmaScoreType get_lemma_score(LemmaIdType lemma_id);
82 bool remove_lemma(LemmaIdType lemma_id);
316 int _get_lemma_score(LemmaIdType lemma_id);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp898 LmaScoreType UserDict::get_lemma_score(LemmaIdType lemma_id) { in _get_lpis() argument
901 if (is_valid_lemma_id(lemma_id) == false) in _get_lpis()
904 return translate_score(_get_lemma_score(lemma_id)); in _get_lpis()
914 int UserDict::_get_lemma_score(LemmaIdType lemma_id) { in _get_lpis() argument
917 if (is_valid_lemma_id(lemma_id) == false) in _get_lpis()
920 uint32 offset = offsets_by_id_[lemma_id - start_id_]; in _get_lpis()
1007 bool UserDict::remove_lemma(LemmaIdType lemma_id) { in _get_lpis() argument
1010 if (is_valid_lemma_id(lemma_id) == false) in _get_lpis()
1012 uint32 offset = offsets_by_id_[lemma_id - start_id_]; in _get_lpis()
2160 LemmaIdType UserDict::update_lemma(LemmaIdType lemma_id, int16 delta_count, in _get_lpis() argument
[all …]