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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.h 24 class AutocorrectionThresholdUtils {
32 DISALLOW_IMPLICIT_CONSTRUCTORS(AutocorrectionThresholdUtils);
autocorrection_threshold_utils.cpp 28 const int AutocorrectionThresholdUtils::MAX_INITIAL_SCORE = 255;
29 const int AutocorrectionThresholdUtils::TYPED_LETTER_MULTIPLIER = 2;
30 const int AutocorrectionThresholdUtils::FULL_WORD_MULTIPLIER = 2;
32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before,
70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before,
  /packages/inputmethods/LatinIME/native/jni/tests/utils/
autocorrection_threshold_utils_test.cpp 28 return AutocorrectionThresholdUtils::editDistance(
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 67 return AutocorrectionThresholdUtils::calcNormalizedScore(beforeCodePoints, beforeLength,

Completed in 431 milliseconds