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

  /packages/inputmethods/LatinIME/native/jni/src/
correction_state.h 43 bool mLastCharExceeded;
73 state->mLastCharExceeded = false;
correction.cpp 210 mLastCharExceeded = mCorrectionStates[outputIndex].mLastCharExceeded;
261 mCorrectionStates[mOutputIndex].mLastCharExceeded = mLastCharExceeded;
335 if (mLastCharExceeded && mInputIndex == mInputLength - 1) {
340 mLastCharExceeded = false;
345 mLastCharExceeded = false;
593 mLastCharExceeded = mExcessiveCount == 0 && mSkippedCount == 0 && mTransposedCount == 0
595 const bool isSameAsUserTypedLength = (mInputLength == mInputIndex + 1) || mLastCharExceeded;
596 if (mLastCharExceeded) {
    [all...]
correction.h 235 bool mLastCharExceeded;

Completed in 2720 milliseconds