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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 36 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;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 64 mPrevCodePoint(0), mTerminalDiffCost(0.0f), mRawLength(0.0f),
72 float mRawLength;
499 inputStateG->mTerminalDiffCost, inputStateG->mRawLength);
500 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength);

Completed in 45 milliseconds