Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h124 const float weightedLengthDistance = in getTranspositionCost() local
126 return ScoringParams::TRANSPOSITION_COST + weightedLengthDistance; in getTranspositionCost()