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