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

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

Completed in 53 milliseconds