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

/packages/inputmethods/LatinIME/native/src/
H A Dcorrection_state.h43 bool mLastCharExceeded; member in struct:latinime::CorrectionState
73 state->mLastCharExceeded = false;
H A Dcorrection.cpp208 mLastCharExceeded = mCorrectionStates[outputIndex].mLastCharExceeded;
268 mCorrectionStates[mOutputIndex].mLastCharExceeded = mLastCharExceeded;
323 if (mLastCharExceeded && mInputIndex == mInputLength - 1) {
328 mLastCharExceeded = false;
333 mLastCharExceeded = false;
508 mLastCharExceeded = mExcessiveCount == 0 && mSkippedCount == 0 && mTransposedCount == 0
510 const bool isSameAsUserTypedLength = (mInputLength == mInputIndex + 1) || mLastCharExceeded;
511 if (mLastCharExceeded) {
[all...]
H A Dcorrection.h145 bool mLastCharExceeded; member in class:latinime::Correction

Completed in 39 milliseconds