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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 178 Utils.calcNormalizedScore(mOriginalText, wordString, score);
212 Utils.calcNormalizedScore(mOriginalText, mBestSuggestion, mBestScore);
246 Utils.calcNormalizedScore(mOriginalText, bestSuggestion, bestScore);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 121 mNormalizedScore = Utils.calcNormalizedScore(
Utils.java 400 public static double calcNormalizedScore(CharSequence before, CharSequence after, int score) {
    [all...]

Completed in 51 milliseconds