Home
last modified time | relevance | path

Searched refs:consideredWord (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java33 final String consideredWord, final float threshold) { in suggestionExceedsThreshold() argument
47 consideredWord, suggestion.mWord, autoCorrectionSuggestionScore); in suggestionExceedsThreshold()
49 Log.d(TAG, "Normalized " + consideredWord + "," + suggestion + "," in suggestionExceedsThreshold()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java160 final String consideredWord = trailingSingleQuotesCount > 0 in getSuggestedWordsForNonBatchInput() local
198 || (consideredWord.length() > 1 && (sourceDictionaryOfRemovedWord == null)); in getSuggestedWordsForNonBatchInput()
238 firstSuggestion, consideredWord, mAutoCorrectionThreshold)) { in getSuggestedWordsForNonBatchInput()