Home
last modified time | relevance | path

Searched refs:initWithPtNodeArrayPos (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp101 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_policy.cpp54 readingHelper.initWithPtNodeArrayPos(dicNode->getChildrenPtNodeArrayPos()); in createAndGetAllChildDicNodes()
90 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getWordId()
203 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in addUnigramEntry()
580 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getNextWordAndNextToken()
Dver4_patricia_trie_node_writer.cpp93 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos()); in markPtNodeAsMoved()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp101 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_policy.cpp63 readingHelper.initWithPtNodeArrayPos(dicNode->getChildrenPtNodeArrayPos()); in createAndGetAllChildDicNodes()
108 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getWordId()
290 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in addUnigramEntry()
631 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getNextWordAndNextToken()
Dver4_patricia_trie_node_writer.cpp102 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos()); in markPtNodeAsMoved()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp283 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getWordId()
493 readingHelper.initWithPtNodeArrayPos(getRootPosition()); in getNextWordAndNextToken()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.h92 AK_FORCE_INLINE void initWithPtNodeArrayPos(const int ptNodeArrayPos) { in initWithPtNodeArrayPos() function