Searched refs:suggestionsCount (Results 1 – 1 of 1) sorted by relevance
559 final int suggestionsCount = suggestionsInfo.getSuggestionsCount(); in createMisspelledSuggestionSpan() local561 if (suggestionsCount > 0) { in createMisspelledSuggestionSpan()562 suggestions = new String[suggestionsCount]; in createMisspelledSuggestionSpan()563 for (int i = 0; i < suggestionsCount; i++) { in createMisspelledSuggestionSpan()