Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A 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()
H A Dsingle_dict_content.h74 return DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flush()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp83 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()
90 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Ddict_file_writing_utils.h38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
H A Ddict_file_writing_utils.cpp82 /* static */ bool DictFileWritingUtils::flushBufferToFileWithSuffix(const char *const basePath, in flushBufferToFileWithSuffix() function in latinime::DictFileWritingUtils
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp99 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, in flushHeaderAndDictBuffers()