Searched refs:flushHeaderAndDictBuffers (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_dict_buffers.h | 103 return flushHeaderAndDictBuffers(dictDirPath, &mExpandableHeaderBuffer); in flush() 106 bool flushHeaderAndDictBuffers(const char *const dictDirPath,
|
D | ver4_patricia_trie_writing_helper.cpp | 53 return mBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFile() 72 return dictBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFileWithGC()
|
D | ver4_dict_buffers.cpp | 69 bool Ver4DictBuffers::flushHeaderAndDictBuffers(const char *const dictDirPath, in flushHeaderAndDictBuffers() function in latinime::Ver4DictBuffers
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_dict_buffers.h | 123 return flushHeaderAndDictBuffers(dictDirPath, &mExpandableHeaderBuffer); in flush() 126 bool flushHeaderAndDictBuffers(const char *const dictDirPath,
|
D | ver4_patricia_trie_writing_helper.cpp | 60 return mBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFile() 83 return dictBuffers->flushHeaderAndDictBuffers(dictDirPath, &headerBuffer); in writeToDictFileWithGC()
|
D | ver4_dict_buffers.cpp | 53 bool Ver4DictBuffers::flushHeaderAndDictBuffers(const char *const dictDirPath, in flushHeaderAndDictBuffers() function in latinime::backward::v402::Ver4DictBuffers
|