HomeSort by relevance Sort by last modified time
    Searched refs:mLastCharExceeded (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/src/
correction_state.h 43 bool mLastCharExceeded;
73 state->mLastCharExceeded = false;
correction.cpp 126 mLastCharExceeded = mCorrectionStates[outputIndex].mLastCharExceeded;
186 mCorrectionStates[mOutputIndex].mLastCharExceeded = mLastCharExceeded;
233 if (mLastCharExceeded && mInputIndex == mInputLength - 1) {
238 mLastCharExceeded = false;
243 mLastCharExceeded = false;
418 mLastCharExceeded = mExcessiveCount == 0 && mSkippedCount == 0 && mTransposedCount == 0
420 const bool isSameAsUserTypedLength = (mInputLength == mInputIndex + 1) || mLastCharExceeded;
421 if (mLastCharExceeded) {
    [all...]
correction.h 144 bool mLastCharExceeded;

Completed in 322 milliseconds