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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 30 class Correction {
40 Correction()
58 ~Correction() {}
106 const int probability, int *editDistanceTable, const Correction *correction,
109 const int wordCount, const Correction *correction, const bool isSpaceProximity,
135 DISALLOW_COPY_AND_ASSIGN(Correction);
248 // The following member variables are being used as cache values of the correction state.
274 inline void Correction::incrementInputIndex()
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 215 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
217 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo();
222 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
228 if (Correction && (NNS || NewII != &II) &&
229 // Ignore a correction to a template type as the to-be-corrected
230 // identifier is not a template (typo correction for template names
240 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
242 Correction.getQuoted(getLangOpts()));
247 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
258 // If typo correction failed or was not performed, fall throug
    [all...]

Completed in 259 milliseconds