Home
last modified time | relevance | path

Searched refs:newRootDicNode (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_utils.cpp31 const WordIdArrayView prevWordIds, DicNode *const newRootDicNode) { in initAsRoot() argument
32 newRootDicNode->initAsRoot(dictionaryStructurePolicy->getRootPosition(), prevWordIds); in initAsRoot()
37 const DicNode *const prevWordLastDicNode, DicNode *const newRootDicNode) { in initAsRootWithPreviousWord() argument
38 newRootDicNode->initAsRootWithPreviousWord( in initAsRootWithPreviousWord()
Ddic_node_utils.h34 const WordIdArrayView prevWordIds, DicNode *const newRootDicNode);
37 const DicNode *const prevWordLastDicNode, DicNode *const newRootDicNode);