Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java231 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local
232 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()