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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 45 mMissingSpacePos(0), mTerminalInputIndex(0), mTerminalOutputIndex(0), mMaxErrors(0),
237 int mTerminalInputIndex;
correction.cpp 182 const int inputIndex = mTerminalInputIndex;
286 mTerminalInputIndex = mInputIndex - (inputIndexIncremented ? 1 : 0);
298 // Needs to set mTerminalInputIndex and mTerminalOutputIndex before returning any CorrectionType
299 mTerminalInputIndex = mInputIndex;
614 mTerminalInputIndex = mInputIndex - 1;
625 mTerminalInputIndex = mInputIndex - 1;
    [all...]

Completed in 47 milliseconds