Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java108 final int suggestionsSize = N + additionalSize; in fixWronglyInvalidatedWordWithSingleQuote() local
109 final int[] newOffsets = new int[suggestionsSize]; in fixWronglyInvalidatedWordWithSingleQuote()
110 final int[] newLengths = new int[suggestionsSize]; in fixWronglyInvalidatedWordWithSingleQuote()
111 final SuggestionsInfo[] newSuggestionsInfos = new SuggestionsInfo[suggestionsSize]; in fixWronglyInvalidatedWordWithSingleQuote()
118 for (; i < suggestionsSize; ++i) { in fixWronglyInvalidatedWordWithSingleQuote()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java352 final int suggestionsSize = suggestions.size(); in getSuggestionsInfoListWithDebugInfo() local
353 final ArrayList<SuggestedWordInfo> suggestionsList = new ArrayList<>(suggestionsSize); in getSuggestionsInfoListWithDebugInfo()
357 for (int i = 0; i < suggestionsSize - 1; ++i) { in getSuggestionsInfoListWithDebugInfo()