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 51 static const float SPACE_SUBSTITUTION_COST;
scoring_params.cpp 43 const float ScoringParams::SPACE_SUBSTITUTION_COST = 0.339f;
typing_weighting.h 203 const float cost = ScoringParams::SPACE_SUBSTITUTION_COST + ScoringParams::COST_NEW_WORD;

Completed in 58 milliseconds