Searched refs:mCurrentWordStart (Results 1 – 1 of 1) sorted by relevance
33 : 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