HomeSort by relevance Sort by last modified time
    Searched refs:newDicNode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h 198 return pushPoolNodeWithMaxSize(newDicNode(dicNode), maxSize);
201 AK_FORCE_INLINE DicNode *newDicNode(DicNode *dicNode) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 632 DicNode newDicNode;
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 40 milliseconds