Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java194 public LocaleList(@NonNull Locale topLocale, LocaleList otherLocales) { in LocaleList() argument
199 final int inputLength = (otherLocales == null) ? 0 : otherLocales.mList.length; in LocaleList()
202 if (topLocale.equals(otherLocales.mList[i])) { in LocaleList()
214 localeList[i + 1] = (Locale) otherLocales.mList[i].clone(); in LocaleList()
218 localeList[i + 1] = (Locale) otherLocales.mList[i].clone(); in LocaleList()
221 localeList[i] = (Locale) otherLocales.mList[i].clone(); in LocaleList()