Home
last modified time | relevance | path

Searched refs:set_total_lemma_count_of_others (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Datomdictbase.h259 virtual void set_total_lemma_count_of_others(size_t count) = 0;
H A Ddicttrie.h220 void set_total_lemma_count_of_others(size_t count);
H A Duserdict.h85 void set_total_lemma_count_of_others(size_t count);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Datomdictbase.h259 virtual void set_total_lemma_count_of_others(size_t count) = 0;
H A Ddicttrie.h220 void set_total_lemma_count_of_others(size_t count);
H A Duserdict.h85 void set_total_lemma_count_of_others(size_t count);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp139 user_dict_->set_total_lemma_count_of_others(NGram::kSysDictTotalFreq); in init()
163 user_dict_->set_total_lemma_count_of_others(NGram::kSysDictTotalFreq); in init_fd()
671 dict_trie_->set_total_lemma_count_of_others(total_freq); in update_dict_freq()
H A Ddicttrie.cpp893 void DictTrie::set_total_lemma_count_of_others(size_t count) { in set_total_lemma_count_of_others() function in ime_pinyin::DictTrie
H A Duserdict.cpp2207 void UserDict::set_total_lemma_count_of_others(size_t count) { in _get_lpis() function in ime_pinyin::UserDict