HomeSort by relevance Sort by last modified time
    Searched refs:mTerminalOutputIndex (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),
238 int mTerminalOutputIndex;
correction.cpp 181 const int outputIndex = mTerminalOutputIndex;
287 mTerminalOutputIndex = mOutputIndex;
298 // Needs to set mTerminalInputIndex and mTerminalOutputIndex before returning any CorrectionType
300 mTerminalOutputIndex = mOutputIndex;
615 mTerminalOutputIndex = mOutputIndex - 1;
626 mTerminalOutputIndex = mOutputIndex - 1;
    [all...]

Completed in 141 milliseconds