Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp80 DicNode_InputStateG inputStateG; in addCostAndForwardInputIndex() local
81 inputStateG.mNeedsToUpdateInputStateG = false; // Don't use input info by default in addCostAndForwardInputIndex()
83 traverseSession, parentDicNode, dicNode, &inputStateG); in addCostAndForwardInputIndex()
89 if (inputStateG.mNeedsToUpdateInputStateG) { in addCostAndForwardInputIndex()
90 dicNode->updateInputIndexG(&inputStateG); in addCostAndForwardInputIndex()
107 DicNode_InputStateG *const inputStateG) { in getSpatialCost() argument
115 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG); in getSpatialCost()
120 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG); in getSpatialCost()
122 return weighting->getSpaceOmissionCost(traverseSession, dicNode, inputStateG); in getSpatialCost()
124 return weighting->getMatchedCost(traverseSession, dicNode, inputStateG); in getSpatialCost()
Dweighting.h47 DicNode_InputStateG *inputStateG) const = 0;
61 const DicNode *const dicNode, DicNode_InputStateG *const inputStateG) const = 0;
101 DicNode_InputStateG *const inputStateG);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h492 AK_FORCE_INLINE void updateInputIndexG(const DicNode_InputStateG *const inputStateG) { in updateInputIndexG() argument
495 inputStateG->mInputIndex); in updateInputIndexG()
497 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId, in updateInputIndexG()
498 inputStateG->mInputIndex, inputStateG->mPrevCodePoint, in updateInputIndexG()
499 inputStateG->mTerminalDiffCost, inputStateG->mRawLength); in updateInputIndexG()
500 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength); in updateInputIndexG()
501 mDicNodeState.mDicNodeStateScoring.setDoubleLetterLevel(inputStateG->mDoubleLetterLevel); in updateInputIndexG()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.h76 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getMatchedCost() argument
154 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getSpaceOmissionCost() argument