Home | History | Annotate | Download | only in spellcheck

Lines Matching defs:bestScore

345                 final int bestScore = mScores[mLength - 1];
349 mOriginalText, bestSuggestion.toString(), bestScore);
352 Log.i(TAG, "Best suggestion : " + bestSuggestion + ", score " + bestScore);