Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:suggestionsSize

678             final int suggestionsSize = N + additionalSize;
679 final int[] newOffsets = new int[suggestionsSize];
680 final int[] newLengths = new int[suggestionsSize];
681 final SuggestionsInfo[] newSuggestionsInfos = new SuggestionsInfo[suggestionsSize];
688 for (; i < suggestionsSize; ++i) {