Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dscoring_params.h59 static const float SPACE_SUBSTITUTION_COST; variable
Dscoring_params.cpp52 const float ScoringParams::SPACE_SUBSTITUTION_COST = 0.33f; member in latinime::ScoringParams
Dtyping_weighting.h209 const float cost = ScoringParams::SPACE_SUBSTITUTION_COST * distanceToSpaceKey; in getSpaceSubstitutionCost()