HomeSort by relevance Sort by last modified time
    Searched full:suggestionstr (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 327 final String suggestionStr = suggestion.mWord;
328 suggestionsGatherer.addWord(suggestionStr.toCharArray(), null, 0,
329 suggestionStr.length(), suggestion.mScore);

Completed in 74 milliseconds