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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.h 32 const CorrectionType correctionType,
83 virtual ErrorType getErrorType(const CorrectionType correctionType,
94 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
98 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
102 static int getForwardInputCount(const CorrectionType correctionType);
    [all...]
weighting.cpp 30 static inline void profile(const CorrectionType correctionType, DicNode *const node) {
32 switch (correctionType) {
73 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
79 const float spatialCost = Weighting::getSpatialCost(weighting, correctionType,
81 const float languageCost = Weighting::getLanguageCost(weighting, correctionType,
83 const ErrorType errorType = weighting->getErrorType(correctionType, traverseSession,
85 profile(correctionType, dicNode);
89 dicNode->forwardInputIndex(0, getForwardInputCount(correctionType),
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp 26 ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType,
29 switch (correctionType) {
typing_weighting.h 188 ErrorType getErrorType(const CorrectionType correctionType,
  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 38 } CorrectionType;
85 CorrectionType processCharAndCalcState(const int c, const bool isTerminal);
214 inline CorrectionType processSkipChar(const int c, const bool isTerminal,
216 inline CorrectionType processUnrelatedCorrectionType();
315 AK_FORCE_INLINE Correction::CorrectionType Correction::processSkipChar(const int c,
327 inline Correction::CorrectionType Correction::processUnrelatedCorrectionType() {
328 // Needs to set mTerminalInputIndex and mTerminalOutputIndex before returning any CorrectionType
correction.cpp 202 Correction::CorrectionType Correction::processCharAndCalcState(const int c, const bool isTerminal) {
    [all...]
unigram_dictionary.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 527 const CorrectionType correctionType = spaceSubstitution ?
529 Weighting::addCostAndForwardInputIndex(WEIGHTING, correctionType, traverseSession, dicNode,

Completed in 57 milliseconds