Searched refs:CorrectionType (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
H A D | 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);
|
H A D | weighting.cpp | 30 static inline void profile(const CorrectionType correctionType, DicNode *const node) { in profile() 76 const CorrectionType correctionType, const DicTraverseSession *const traverseSession, in addCostAndForwardInputIndex() 105 const CorrectionType correctionType, const DicTraverseSession *const traverseSession, in getSpatialCost() 143 const CorrectionType correctionType, const DicTraverseSession *const traverseSession, in getLanguageCost() 178 /* static */ int Weighting::getForwardInputCount(const CorrectionType correctionType) { in getForwardInputCount()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
H A D | typing_weighting.cpp | 27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType()
|
H A D | typing_weighting.h | 213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/ |
H A D | defines.h | 341 } CorrectionType; typedef
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
H A D | suggest.cpp | 432 const CorrectionType correctionType = spaceSubstitution ? in createNextWordDicNode()
|