Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_output.h33 : mOutputtedCodePointCount(0), mCurrentWordStart(0), mPrevWordCount(0), in DicNodeStateOutput()
41 mCurrentWordStart = 0; in init()
55 mCurrentWordStart = stateOutput->mOutputtedCodePointCount + 1; in init()
59 mPrevWordStart = stateOutput->mCurrentWordStart; in init()
70 mCurrentWordStart = stateOutput->mCurrentWordStart; in initByCopy()
94 return mOutputCodePoints[mCurrentWordStart + index]; in getCurrentWordCodePointAt()
140 int16_t mCurrentWordStart; variable