HomeSort by relevance Sort by last modified time
    Searched refs:writeToDictFileWithGC (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 54 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
ver4_patricia_trie_writing_helper.cpp 63 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos,
ver4_patricia_trie_policy.cpp 380 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.h 41 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
ver4_patricia_trie_writing_helper.cpp 54 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos,
ver4_patricia_trie_policy.cpp 392 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) {

Completed in 1719 milliseconds