Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java173 final int infosSize = textInfos.length; in splitAndSuggest() local
174 final SentenceSuggestionsInfo[] retval = new SentenceSuggestionsInfo[infosSize]; in splitAndSuggest()
175 for (int i = 0; i < infosSize; ++i) { in splitAndSuggest()