OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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