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.h57 static const float SPACE_SUBSTITUTION_COST; variable
Dscoring_params.cpp50 const float ScoringParams::SPACE_SUBSTITUTION_COST = 0.334f; member in latinime::ScoringParams
Dtyping_weighting.h205 const float cost = ScoringParams::SPACE_SUBSTITUTION_COST + ScoringParams::COST_NEW_WORD; in getSpaceSubstitutionCost()