Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dscoring_params.h56 static const float INSERTION_COST_PROXIMITY_CHAR; variable
Dscoring_params.cpp49 const float ScoringParams::INSERTION_COST_PROXIMITY_CHAR = 0.674f; member in latinime::ScoringParams
Dtyping_weighting.h146 cost += ScoringParams::INSERTION_COST_PROXIMITY_CHAR; in getInsertionCost()