Home
last modified time | relevance | path

Searched refs:topLocaleIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DLocaleList.java200 int topLocaleIndex = -1; in LocaleList() local
203 topLocaleIndex = i; in LocaleList()
208 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList()
211 if (topLocaleIndex == -1) { in LocaleList()
217 for (int i = 0; i < topLocaleIndex; i++) { in LocaleList()
220 for (int i = topLocaleIndex + 1; i < inputLength; i++) { in LocaleList()