Searched refs:rootPtNodeArrayPos (Results  1 – 6 of 6) sorted by relevance
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ | 
| D | ver4_patricia_trie_writing_helper.cpp | 56 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()
  | 
| D | ver4_patricia_trie_writing_helper.h | 41     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/ | 
| D | ver4_patricia_trie_writing_helper.cpp | 63 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()
  | 
| D | ver4_patricia_trie_writing_helper.h | 54     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/ | 
| D | dic_node.h | 108     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/ | 
| D | dic_node_properties.h | 52     void init(const int rootPtNodeArrayPos, const WordIdArrayView prevWordIds) {  in init()  argument 53         mChildrenPtNodeArrayPos = rootPtNodeArrayPos;  in init()
  |