HomeSort by relevance Sort by last modified time
    Searched refs:flush_cache (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 265 virtual void flush_cache() = 0;
dicttrie.h 222 void flush_cache() {} function in class:ime_pinyin::DictTrie
matrixsearch.h 387 void flush_cache();
userdict.h 83 void flush_cache();
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 77 matrix_search->flush_cache();
matrixsearch.cpp 180 flush_cache();
185 void MatrixSearch::flush_cache() { function in class:ime_pinyin::MatrixSearch
187 user_dict_->flush_cache();
    [all...]
userdict.cpp 522 flush_cache();
991 void UserDict::flush_cache() {
    [all...]

Completed in 79 milliseconds