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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 80 DicNode_InputStateG inputStateG;
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) {
115 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
120 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
122 return weighting->getSpaceOmissionCost(traverseSession, dicNode, inputStateG);
124 return weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
    [all...]
weighting.h 47 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/
dic_node.h 492 AK_FORCE_INLINE void updateInputIndexG(const DicNode_InputStateG *const inputStateG) {
495 inputStateG->mInputIndex);
497 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId,
498 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,
499 inputStateG->mTerminalDiffCost, inputStateG->mRawLength);
500 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength);
501 mDicNodeState.mDicNodeStateScoring.setDoubleLetterLevel(inputStateG->mDoubleLetterLevel);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 76 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const {
154 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const {

Completed in 474 milliseconds