Home
last modified time | relevance | path

Searched defs:correctionType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
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()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp432 const CorrectionType correctionType = spaceSubstitution ? in createNextWordDicNode() local