Home
last modified time | relevance | path

Searched refs:getSpaceSubstitutionCost (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.h85 virtual float getSpaceSubstitutionCost(const DicTraverseSession *const traverseSession,
H A Dweighting.cpp132 return weighting->getSpaceSubstitutionCost(traverseSession, dicNode); in getSpatialCost()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h204 AK_FORCE_INLINE float getSpaceSubstitutionCost(const DicTraverseSession *const traverseSession, in getSpaceSubstitutionCost() function