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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dsparse_table_dict_content.cpp33 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, lookupTableFileNameSuffix,
37 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, addressTableFileNameSuffix,
41 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath, contentFileNameSuffix,
H A Dsingle_dict_content.h74 return DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
/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, function in class:latinime::DictFileWritingUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp83 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
90 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp99 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,

Completed in 140 milliseconds