Searched refs:outputLength (Results 1 – 1 of 1) sorted by relevance
231 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local232 final Locale[] localeList = new Locale[outputLength]; in LocaleList()249 for (int i = 0; i < outputLength; i++) { in LocaleList()251 if (i < outputLength - 1) { in LocaleList()