Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dsparse_table_dict_content.cpp33 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, lookupTableFileNameSuffix, in flush()
37 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, addressTableFileNameSuffix, in flush()
41 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, contentFileNameSuffix, in flush()
Dsingle_dict_content.h74 return DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flush()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp83 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()
90 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Ddict_file_writing_utils.h38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
Ddict_file_writing_utils.cpp82 /* static */ bool DictFileWritingUtils::flushBufferToFileWithSuffix(const char *const basePath, in flushBufferToFileWithSuffix() function in latinime::DictFileWritingUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp99 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()