Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:EMPTY_STRING_ARRAY

76     private final static String[] EMPTY_STRING_ARRAY = new String[0];
206 return new SuggestionsInfo(0, EMPTY_STRING_ARRAY);
211 EMPTY_STRING_ARRAY);
315 gatheredSuggestions = EMPTY_STRING_ARRAY;
346 gatheredSuggestions = mSuggestions.toArray(EMPTY_STRING_ARRAY);
663 final SuggestionsInfo newSi = new SuggestionsInfo(newFlags, EMPTY_STRING_ARRAY);