Searched refs:topLocaleIndex (Results 1 – 1 of 1) sorted by relevance
201 int topLocaleIndex = -1; in LocaleList() local204 topLocaleIndex = i; in LocaleList()209 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList()212 if (topLocaleIndex == -1) { in LocaleList()218 for (int i = 0; i < topLocaleIndex; i++) { in LocaleList()221 for (int i = topLocaleIndex + 1; i < inputLength; i++) { in LocaleList()