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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.h 26 static float calcNormalizedScore(const int *before, const int beforeLength,
autocorrection_threshold_utils.cpp 70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 46 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(
BinaryDictionaryUtils.java 109 public static float calcNormalizedScore(final String before, final String after,
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 67 return AutocorrectionThresholdUtils::calcNormalizedScore(beforeCodePoints, beforeLength,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 368 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 359 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(

Completed in 873 milliseconds