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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 57 static const float INSERTION_COST_FIRST_CHAR;
scoring_params.cpp 50 const float ScoringParams::INSERTION_COST_FIRST_CHAR = 0.639f;
typing_weighting.h 142 float cost = (singleChar ? ScoringParams::INSERTION_COST_FIRST_CHAR : 0.0f);

Completed in 2310 milliseconds