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 34 mRawLength(0.0f), mExactMatch(true),
46 mRawLength = 0.0f;
59 mRawLength = scoring->mRawLength;
105 mRawLength += rawLength;
144 return mRawLength;
201 float mRawLength;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 57 mPrevCodePoint(0), mTerminalDiffCost(0.0f), mRawLength(0.0f),
65 float mRawLength;
611 inputStateG->mTerminalDiffCost, inputStateG->mRawLength);
612 mDicNodeState.mDicNodeStateScoring.addRawLength(inputStateG->mRawLength);

Completed in 73 milliseconds