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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 23 #define LOG_TAG "LatinIME: correction.cpp"
26 #include "correction.h"
98 inline bool Correction::isQuote(const unsigned short c) {
104 // Correction //
107 Correction::Correction(const int typedLetterMultiplier, const int fullWordMultiplier)
112 void Correction::resetCorrection() {
116 void Correction::initCorrection(const ProximityInfo *pi, const int inputLength,
127 void Correction::initCorrectionState(
136 void Correction::setCorrectionParams(const int skipPos, const int excessivePos
    [all...]
correction.h 30 class Correction {
96 Correction(const int typedLetterMultiplier, const int fullWordMultiplier);
111 virtual ~Correction();
165 const int probability, int *editDistanceTable, const Correction* correction,
168 const int wordCount, const Correction* correction, const bool isSpaceProximity,
220 // The following member variables are being used as cache values of the correction state.
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp 177 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
179 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo();
184 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
190 if (Correction && (NNS || NewII != &II) &&
191 // Ignore a correction to a template type as the to-be-corrected
192 // identifier is not a template (typo correction for template names
202 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
204 Correction.getQuoted(getLangOpts()));
209 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
220 // If typo correction failed or was not performed, fall throug
    [all...]

Completed in 144 milliseconds