Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_output.h34 mPrevWordsLength(0), mPrevWordStart(0), mSecondWordFirstInputIndex(NOT_AN_INDEX) {} in DicNodeStateOutput()
44 mPrevWordsLength = 0; in init()
58 mPrevWordsLength = stateOutput->mOutputtedCodePointCount + 1; in init()
72 mPrevWordsLength = stateOutput->mPrevWordsLength; in initByCopy()
111 return mPrevWordsLength; in getPrevWordsLength()
145 int16_t mPrevWordsLength; variable