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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp80 DicNode_InputStateG inputStateG; local
81 inputStateG.mNeedsToUpdateInputStateG = false; // Don't use input info by default
83 traverseSession, parentDicNode, dicNode, &inputStateG);
89 if (inputStateG.mNeedsToUpdateInputStateG) {
90 dicNode->updateInputIndexG(&inputStateG);
107 DicNode_InputStateG *const inputStateG) {
118 return weighting->getNewWordSpatialCost(traverseSession, dicNode, inputStateG);
120 return weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
104 getSpatialCost(const Weighting *const weighting, const CorrectionType correctionType, const DicTraverseSession *const traverseSession, const DicNode *const parentDicNode, const DicNode *const dicNode, DicNode_InputStateG *const inputStateG) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h506 AK_FORCE_INLINE void updateInputIndexG(const DicNode_InputStateG *const inputStateG) { argument
509 inputStateG->mInputIndex);
511 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId,
512 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,
513 inputStateG->mTerminalDiffCost, inputStateG->mRawLength);
514 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength);
515 mDicNodeState.mDicNodeStateScoring.setDoubleLetterLevel(inputStateG->mDoubleLetterLevel);

Completed in 137 milliseconds