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 33 const CorrectionType correctionType,
88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
99 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
103 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
107 static int getForwardInputCount(const CorrectionType correctionType);
    [all...]
weighting.cpp 30 static inline void profile(const CorrectionType correctionType, DicNode *const node) {
32 switch (correctionType) {
76 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
82 const float spatialCost = Weighting::getSpatialCost(weighting, correctionType,
84 const float languageCost = Weighting::getLanguageCost(weighting, correctionType,
86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType,
88 profile(correctionType, dicNode);
92 dicNode->forwardInputIndex(0, getForwardInputCount(correctionType),
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp 26 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType,
29 switch (correctionType) {
typing_weighting.h 209 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 423 const CorrectionType correctionType = spaceSubstitution ?
425 Weighting::addCostAndForwardInputIndex(WEIGHTING, correctionType, traverseSession, dicNode,

Completed in 44 milliseconds