Home
last modified time | relevance | path

Searched refs:mRawLength (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h36 mRawLength(0.0f), mContainedErrorTypes(ErrorTypeUtils::NOT_AN_ERROR), in DicNodeStateScoring()
49 mRawLength = 0.0f; in init()
63 mRawLength = scoring->mRawLength; in initByCopy()
99 mRawLength += rawLength; in addRawLength()
144 return mRawLength; in getRawLength()
201 float mRawLength; variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h64 mPrevCodePoint(0), mTerminalDiffCost(0.0f), mRawLength(0.0f), in DicNode_InputStateG()
72 float mRawLength; member
499 inputStateG->mTerminalDiffCost, inputStateG->mRawLength); in updateInputIndexG()
500 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength); in updateInputIndexG()