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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 51 static const float OMISSION_COST_SAME_CHAR;
scoring_params.cpp 44 const float ScoringParams::OMISSION_COST_SAME_CHAR = 0.345f;
typing_weighting.h 69 cost = sameCodePoint ? ScoringParams::OMISSION_COST_SAME_CHAR

Completed in 81 milliseconds