Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java180 final int itemsSize = mItems.size(); in splitAndSuggest() local
181 final TextInfo[] splitTextInfos = new TextInfo[itemsSize]; in splitAndSuggest()
182 for (int j = 0; j < itemsSize; ++j) { in splitAndSuggest()