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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 75 static const float LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE;
scoring_params.cpp 68 const float ScoringParams::LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE = 0.99f;
typing_traversal.h 163 if (weightForLocale < ScoringParams::LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE) {

Completed in 40 milliseconds