Searched defs:rootPtNodeArrayPos (Results 1 - 4 of 4) sorted by relevance

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

Completed in 140 milliseconds