Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.h37 bool writeToDictFile(const char *const dictDirPath, const EntryCounts &entryCounts) const;
Dver4_patricia_trie_writing_helper.cpp36 bool Ver4PatriciaTrieWritingHelper::writeToDictFile(const char *const dictDirPath, in writeToDictFile() function in latinime::Ver4PatriciaTrieWritingHelper
Dver4_patricia_trie_policy.cpp435 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) { in flush()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.h50 bool writeToDictFile(const char *const dictDirPath, const EntryCounts &entryCounts) const;
Dver4_patricia_trie_writing_helper.cpp45 bool Ver4PatriciaTrieWritingHelper::writeToDictFile(const char *const dictDirPath, in writeToDictFile() function in latinime::backward::v402::Ver4PatriciaTrieWritingHelper
Dver4_patricia_trie_policy.cpp480 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) { in flush()