Home
last modified time | relevance | path

Searched refs:CorrectionType (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.h33 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 Dweighting.cpp30 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 Dtyping_weighting.cpp27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType()
H A Dtyping_weighting.h213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h341 } CorrectionType; typedef
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp432 const CorrectionType correctionType = spaceSubstitution ? in createNextWordDicNode()