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

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 26 class Correction;
58 const bool useFullEditDistance, Correction *correction,
67 const int currentDepth, int *codesDest, Correction *correction,
72 Correction *correction) const;
76 Correction *correction, WordsPriorityQueuePool *queuePool) const;
80 Correction *correction, WordsPriorityQueuePool *queuePool, const bool doAutoCompletion
    [all...]
correction.cpp 22 #define LOG_TAG "LatinIME: correction.cpp"
25 #include "correction.h"
99 inline bool Correction::isSingleQuote(const unsigned short c) {
105 // Correction //
108 void Correction::resetCorrection() {
112 void Correction::initCorrection(const ProximityInfo *pi, const int inputSize,
123 void Correction::initCorrectionState(
132 void Correction::setCorrectionParams(const int skipPos, const int excessivePos,
151 void Correction::checkState() {
160 bool Correction::sameAsTyped()
    [all...]
correction.h 32 class Correction {
42 Correction()
59 virtual ~Correction() {}
109 const int probability, int *editDistanceTable, const Correction *correction,
112 const int wordCount, const Correction *correction, const bool isSpaceProximity,
139 DISALLOW_COPY_AND_ASSIGN(Correction);
253 // The following member variables are being used as cache values of the correction state.
unigram_dictionary.cpp 105 const int codesRemain, const int currentDepth, int *codesDest, Correction *correction,
134 codesRemain - i - 1, currentDepth + 1, codesDest + i, correction,
144 currentDepth + 1, codesDest + i, correction, queuePool, digraphs,
166 startIndex + codesRemain, bigramMap, bigramFilter, useFullEditDistance, correction,
181 Correction masterCorrection;
240 const bool useFullEditDistance, Correction *correction,
249 useFullEditDistance, inputSize, correction, queuePool);
265 correction->getPrimaryInputWord(), inputSize, 0, 0, 0)
    [all...]
proximity_info.h 28 class Correction;
159 // TODO: move to correction.h
words_priority_queue.h 23 #include "correction.h"
220 return Correction::RankingAlgorithm::calcNormalizedScore(
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 35 #include "correction.h"
232 return Correction::RankingAlgorithm::calcNormalizedScore(
245 return Correction::RankingAlgorithm::editDistance(
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp 216 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
218 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo();
223 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
229 if (Correction && (NNS || NewII != &II) &&
230 // Ignore a correction to a template type as the to-be-corrected
231 // identifier is not a template (typo correction for template names
241 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
243 Correction.getQuoted(getLangOpts()));
248 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
259 // If typo correction failed or was not performed, fall throug
    [all...]

Completed in 1477 milliseconds