Searched defs:newDicNode (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_priority_queue.h198 return pushPoolNodeWithMaxSize(newDicNode(dicNode), maxSize);
201 AK_FORCE_INLINE DicNode *newDicNode(DicNode *dicNode) { function in class:latinime::DicNodePriorityQueue
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp632 DicNode newDicNode; local
634 traverseSession->getDictionaryStructurePolicy(), dicNode, &newDicNode);
638 &newDicNode, traverseSession->getMultiBigramMap());
639 if (newDicNode.getCompoundDistance() < static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) {
640 // newDicNode is worth continuing to traverse.
644 traverseSession->getDicTraverseCache()->copyPushNextActive(&newDicNode);

Completed in 46 milliseconds