Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp45 bool Ver4PatriciaTrieWritingHelper::writeToDictFile(const char *const dictDirPath, in writeToDictFile()
63 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC()
86 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC()
202 bool Ver4PatriciaTrieWritingHelper::truncateUnigrams( in truncateUnigrams()
242 bool Ver4PatriciaTrieWritingHelper::truncateBigrams(const int maxBigramCount) { in truncateBigrams()
287 bool Ver4PatriciaTrieWritingHelper::TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds
Dver4_patricia_trie_writing_helper.h45 class Ver4PatriciaTrieWritingHelper {
47 Ver4PatriciaTrieWritingHelper(Ver4DictBuffers *const buffers) in Ver4PatriciaTrieWritingHelper() function
57 DISALLOW_IMPLICIT_CONSTRUCTORS(Ver4PatriciaTrieWritingHelper);
Dver4_patricia_trie_policy.h164 Ver4PatriciaTrieWritingHelper mWritingHelper;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp36 bool Ver4PatriciaTrieWritingHelper::writeToDictFile(const char *const dictDirPath, in writeToDictFile()
56 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC()
75 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC()
166 bool Ver4PatriciaTrieWritingHelper::TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds
Dver4_patricia_trie_writing_helper.h32 class Ver4PatriciaTrieWritingHelper {
34 Ver4PatriciaTrieWritingHelper(Ver4DictBuffers *const buffers) in Ver4PatriciaTrieWritingHelper() function
44 DISALLOW_IMPLICIT_CONSTRUCTORS(Ver4PatriciaTrieWritingHelper);
Dver4_patricia_trie_policy.h141 Ver4PatriciaTrieWritingHelper mWritingHelper;