Home
last modified time | relevance | path

Searched defs:LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dscoring_params.cpp68 const float ScoringParams::LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE = 0.99f; member in latinime::ScoringParams
H A Dscoring_params.h75 static const float LOCALE_WEIGHT_THRESHOLD_FOR_SMALL_CACHE_SIZE; variable