Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp56 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC() argument
63 if (!runGC(rootPtNodeArrayPos, headerPolicy, dictBuffers.get(), &entryCounters)) { in writeToDictFileWithGC()
75 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC() argument
101 readingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
113 readingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
149 newDictReadingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
156 newDictReadingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
Dver4_patricia_trie_writing_helper.h41 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
69 bool runGC(const int rootPtNodeArrayPos, const HeaderPolicy *const headerPolicy,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp63 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC() argument
71 if (!runGC(rootPtNodeArrayPos, headerPolicy, dictBuffers.get(), &unigramCount, &bigramCount)) { in writeToDictFileWithGC()
86 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC() argument
101 readingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
121 readingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
139 readingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
184 newDictReadingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
191 newDictReadingHelper.initWithPtNodeArrayPos(rootPtNodeArrayPos); in runGC()
Dver4_patricia_trie_writing_helper.h54 bool writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const dictDirPath);
125 bool runGC(const int rootPtNodeArrayPos, const HeaderPolicy *const headerPolicy,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h108 void initAsRoot(const int rootPtNodeArrayPos, const WordIdArrayView prevWordIds) { in initAsRoot() argument
110 mDicNodeProperties.init(rootPtNodeArrayPos, prevWordIds); in initAsRoot()
116 void initAsRootWithPreviousWord(const DicNode *const dicNode, const int rootPtNodeArrayPos) { in initAsRootWithPreviousWord() argument
122 mDicNodeProperties.init(rootPtNodeArrayPos, WordIdArrayView::fromArray(newPrevWordIds)); in initAsRootWithPreviousWord()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h52 void init(const int rootPtNodeArrayPos, const WordIdArrayView prevWordIds) { in init() argument
53 mChildrenPtNodeArrayPos = rootPtNodeArrayPos; in init()