Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.h41 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
Dver4_patricia_trie_writing_helper.cpp56 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC() function in latinime::Ver4PatriciaTrieWritingHelper
Dver4_patricia_trie_policy.cpp448 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) { in flushWithGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.h54 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
Dver4_patricia_trie_writing_helper.cpp63 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC() function in latinime::backward::v402::Ver4PatriciaTrieWritingHelper
Dver4_patricia_trie_policy.cpp493 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) { in flushWithGC()