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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_output.h34 mPrevWordsLength(0), mPrevWordStart(0), mSecondWordFirstInputIndex(NOT_AN_INDEX) {}
44 mPrevWordsLength = 0;
58 mPrevWordsLength = stateOutput->mOutputtedCodePointCount + 1;
72 mPrevWordsLength = stateOutput->mPrevWordsLength;
111 return mPrevWordsLength;
134 // mPrevWordsLength is length of "this is a ", which is 10.
145 int16_t mPrevWordsLength; member in class:latinime::DicNodeStateOutput

Completed in 57 milliseconds