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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.h 32 const CorrectionType correctionType,
87 virtual ErrorType getErrorType(const CorrectionType correctionType,
98 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
102 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
106 static int getForwardInputCount(const CorrectionType correctionType);
    [all...]
weighting.cpp 29 static inline void profile(const CorrectionType correctionType, DicNode *const node) {
31 switch (correctionType) {
75 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
81 const float spatialCost = Weighting::getSpatialCost(weighting, correctionType,
83 const float languageCost = Weighting::getLanguageCost(weighting, correctionType,
85 const ErrorType errorType = weighting->getErrorType(correctionType, traverseSession,
87 profile(correctionType, dicNode);
91 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 207 ErrorType getErrorType(const CorrectionType correctionType,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 635 const CorrectionType correctionType = spaceSubstitution ?
637 Weighting::addCostAndForwardInputIndex(WEIGHTING, correctionType, traverseSession, dicNode,

Completed in 70 milliseconds