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 27 class Correction;
57 const bool useFullEditDistance, Correction *correction,
65 const int codesRemain, const int currentDepth, int *codesDest, Correction *correction,
70 Correction *correction) const;
74 Correction *correction, WordsPriorityQueuePool *queuePool) const;
78 Correction *correction, WordsPriorityQueuePool *queuePool, const bool doAutoCompletion
    [all...]
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...]
correction.cpp 17 #define LOG_TAG "LatinIME: correction.cpp"
22 #include "correction.h"
72 // Correction //
75 void Correction::resetCorrection() {
79 void Correction::initCorrection(const ProximityInfo *pi, const int inputSize, const int maxDepth) {
89 void Correction::initCorrectionState(
98 void Correction::setCorrectionParams(const int skipPos, const int excessivePos,
117 void Correction::checkState() const {
126 bool Correction::sameAsTyped() const {
130 int Correction::getFreqForSplitMultipleWords(const int *freqArray, const int *wordLengthArray
    [all...]
unigram_dictionary.cpp 86 const int codesRemain, const int currentDepth, int *codesDest, Correction *correction,
117 codesRemain - i - 1, currentDepth + 1, codesDest + i, correction,
127 currentDepth + 1, codesDest + i, correction, queuePool, digraphs,
149 startIndex + codesRemain, bigramMap, bigramFilter, useFullEditDistance, correction,
162 Correction masterCorrection;
214 const bool useFullEditDistance, Correction *correction, WordsPriorityQueuePool *queuePool)
222 bigramFilter, useFullEditDistance, inputSize, correction, queuePool);
238 correction->getPrimaryInputWord(), inputSize, 0, 0, 0)
    [all...]
proximity_info.h 27 class Correction;
130 // TODO: move to correction.h
words_priority_queue.h 23 #include "correction.h"
163 return Correction::RankingAlgorithm::calcNormalizedScore(before, beforeLength, word,
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 34 #include "correction.h"
238 return Correction::RankingAlgorithm::calcNormalizedScore(beforeCodePoints, beforeLength,
250 return Correction::RankingAlgorithm::editDistance(beforeCodePoints, beforeLength,
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
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 2883 milliseconds