Home
last modified time | relevance | path

Searched refs:calcNormalizedScore (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.h26 static float calcNormalizedScore(const int *before, const int beforeLength,
Dautocorrection_threshold_utils.cpp70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before, in calcNormalizedScore() function in latinime::AutocorrectionThresholdUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java46 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in suggestionExceedsThreshold()
DBinaryDictionaryUtils.java109 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore() method in BinaryDictionaryUtils
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp67 return AutocorrectionThresholdUtils::calcNormalizedScore(beforeCodePoints, beforeLength, in latinime_BinaryDictionaryUtils_calcNormalizedScore()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java368 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in getResult()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java359 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in getSuggestionsInfoListWithDebugInfo()