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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 55 static const float INSERTION_COST_SAME_CHAR;
scoring_params.cpp 48 const float ScoringParams::INSERTION_COST_SAME_CHAR = 0.5508f;
typing_weighting.h 144 cost += ScoringParams::INSERTION_COST_SAME_CHAR;

Completed in 33 milliseconds