Home
last modified time | relevance | path

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

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