Home
last modified time | relevance | path

Searched defs:rootPtNodeArrayPos (Results 1 – 4 of 4) 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()
75 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp63 bool Ver4PatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos, in writeToDictFileWithGC()
86 bool Ver4PatriciaTrieWritingHelper::runGC(const int rootPtNodeArrayPos, in runGC()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h52 void init(const int rootPtNodeArrayPos, const WordIdArrayView prevWordIds) { in init()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h108 void initAsRoot(const int rootPtNodeArrayPos, const WordIdArrayView prevWordIds) { in initAsRoot()
116 void initAsRootWithPreviousWord(const DicNode *const dicNode, const int rootPtNodeArrayPos) { in initAsRootWithPreviousWord()