HomeSort by relevance Sort by last modified time
    Searched refs:SPACE_SUBSTITUTION_COST (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 59 static const float SPACE_SUBSTITUTION_COST;
scoring_params.cpp 52 const float ScoringParams::SPACE_SUBSTITUTION_COST = 0.33f;
typing_weighting.h 209 const float cost = ScoringParams::SPACE_SUBSTITUTION_COST * distanceToSpaceKey;

Completed in 377 milliseconds