Home
last modified time | relevance | path

Searched refs:FULL_WORD_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp30 const int AutocorrectionThresholdUtils::FULL_WORD_MULTIPLIER = 2; member in latinime::AutocorrectionThresholdUtils
104 * static_cast<float>(FULL_WORD_MULTIPLIER); in calcNormalizedScore()
Dautocorrection_threshold_utils.h36 static const int FULL_WORD_MULTIPLIER; variable