Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_input.h36 mTerminalDiffCost[i] = static_cast<float>(MAX_VALUE_FOR_WEIGHTING); in init()
44 mTerminalDiffCost[i] = resetTerminalDiffCost ? in init()
45 static_cast<float>(MAX_VALUE_FOR_WEIGHTING) : src->mTerminalDiffCost[i]; in init()
53 mTerminalDiffCost[pointerId] = terminalDiffCost; in updateInputIndexG()
83 return mTerminalDiffCost[pointerId]; in getTerminalDiffCost()
91 float mTerminalDiffCost[MAX_POINTER_COUNT_G]; variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h64 mPrevCodePoint(0), mTerminalDiffCost(0.0f), mRawLength(0.0f), in DicNode_InputStateG()
71 float mTerminalDiffCost; member
499 inputStateG->mTerminalDiffCost, inputStateG->mRawLength); in updateInputIndexG()