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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 40 } CorrectionType;
88 CorrectionType processCharAndCalcState(const int32_t c, const bool isTerminal);
219 inline CorrectionType processSkipChar(
221 inline CorrectionType processUnrelatedCorrectionType();
correction.cpp 283 Correction::CorrectionType Correction::processSkipChar(
297 Correction::CorrectionType Correction::processUnrelatedCorrectionType() {
298 // Needs to set mTerminalInputIndex and mTerminalOutputIndex before returning any CorrectionType
312 Correction::CorrectionType Correction::processCharAndCalcState(
    [all...]
unigram_dictionary.cpp     [all...]

Completed in 113 milliseconds