Home
last modified time | relevance | path

Searched refs:getAllChildDicNodes (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp167 DicNodeUtils::getAllChildDicNodes( in expandCurrentDicNodes()
316 DicNodeUtils::getAllChildDicNodes( in processDicNodeAsOmission()
341 DicNodeUtils::getAllChildDicNodes(dicNode, traverseSession->getDictionaryStructurePolicy(), in processDicNodeAsInsertion()
364 DicNodeUtils::getAllChildDicNodes(dicNode, traverseSession->getDictionaryStructurePolicy(), in processDicNodeAsTransposition()
376 DicNodeUtils::getAllChildDicNodes(childDicNodes1[i], in processDicNodeAsTransposition()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_utils.h39 static void getAllChildDicNodes(const DicNode *dicNode,
Ddic_node_utils.cpp50 /* static */ void DicNodeUtils::getAllChildDicNodes(const DicNode *dicNode, in getAllChildDicNodes() function in latinime::DicNodeUtils
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary_utils.cpp77 DicNodeUtils::getAllChildDicNodes(parentDicNode, dictionaryStructurePolicy, &childDicNodes); in processChildDicNodes()