Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:bestScore

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