Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Datomdictbase.h252 virtual size_t get_total_lemma_count() = 0;
H A Ddicttrie.h219 size_t get_total_lemma_count() {return 0;} in get_total_lemma_count() function
H A Duserdict.h84 size_t get_total_lemma_count();
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Datomdictbase.h252 virtual size_t get_total_lemma_count() = 0;
H A Ddicttrie.h219 size_t get_total_lemma_count() {return 0;} in get_total_lemma_count() function
H A Duserdict.h84 size_t get_total_lemma_count();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp670 size_t total_freq = user_dict_->get_total_lemma_count(); in update_dict_freq()
H A Duserdict.cpp2203 size_t UserDict::get_total_lemma_count() { in _get_lpis() function in ime_pinyin::UserDict