Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h336 LemmaIdType get_max_lemma_id();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h336 LemmaIdType get_max_lemma_id();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp235 inline LemmaIdType UserDict::get_max_lemma_id() { in get_max_lemma_id() function in ime_pinyin::UserDict
242 if (id >= start_id_ && id <= get_max_lemma_id()) in is_valid_lemma_id()
2213 LemmaIdType id = get_max_lemma_id() + 1; in _get_lpis()