Home
last modified time | relevance | path

Searched refs:flushHeaderAndDictBuffers (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.h103 return flushHeaderAndDictBuffers(dictDirPath, &mExpandableHeaderBuffer); in flush()
106 bool flushHeaderAndDictBuffers(const char *const dictDirPath,
Dver4_patricia_trie_writing_helper.cpp53 return mBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFile()
72 return dictBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFileWithGC()
Dver4_dict_buffers.cpp69 bool Ver4DictBuffers::flushHeaderAndDictBuffers(const char *const dictDirPath, in flushHeaderAndDictBuffers() function in latinime::Ver4DictBuffers
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.h123 return flushHeaderAndDictBuffers(dictDirPath, &mExpandableHeaderBuffer); in flush()
126 bool flushHeaderAndDictBuffers(const char *const dictDirPath,
Dver4_patricia_trie_writing_helper.cpp60 return mBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFile()
83 return dictBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFileWithGC()
Dver4_dict_buffers.cpp53 bool Ver4DictBuffers::flushHeaderAndDictBuffers(const char *const dictDirPath, in flushHeaderAndDictBuffers() function in latinime::backward::v402::Ver4DictBuffers