Searched refs:flush_cache (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Datomdictbase.h265 virtual void flush_cache() = 0;
H A Ddicttrie.h222 void flush_cache() {} function in class:ime_pinyin::DictTrie
H A Dmatrixsearch.h387 void flush_cache();
H A Duserdict.h83 void flush_cache();
/packages/inputmethods/PinyinIME/jni/share/
H A Dpinyinime.cpp77 matrix_search->flush_cache();
H A Dmatrixsearch.cpp180 flush_cache();
185 void MatrixSearch::flush_cache() { function in class:ime_pinyin::MatrixSearch
187 user_dict_->flush_cache();
H A Duserdict.cpp522 flush_cache();
991 void UserDict::flush_cache() {
1718 flush_cache();
2086 // flush_cache() may be called by upper user
2088 flush_cache();

Completed in 49 milliseconds