Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DCollator.java570 ULocale[] ulocales = new ULocale[locales.length]; in getAvailableULocales() local
572 ulocales[i] = ULocale.forLocale(locales[i]); in getAvailableULocales()
574 return ulocales; in getAvailableULocales()
DDateFormatSymbols.java245 ULocale[] ulocales = new ULocale[locales.length]; in getAvailableULocales() local
247 ulocales[i] = ULocale.forLocale(locales[i]); in getAvailableULocales()
249 return ulocales; in getAvailableULocales()
DBreakIterator.java712 ULocale[] ulocales = new ULocale[locales.length]; in getAvailableULocales() local
714 ulocales[i] = ULocale.forLocale(locales[i]); in getAvailableULocales()
716 return ulocales; in getAvailableULocales()
DNumberFormat.java844 ULocale[] ulocales = new ULocale[locales.length]; in getAvailableULocales() local
846 ulocales[i] = ULocale.forLocale(locales[i]); in getAvailableULocales()
848 availableULocales = ulocales; in getAvailableULocales()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java514 public static final Locale[] getLocaleList(ULocale[] ulocales) { in getLocaleList() argument
515 ArrayList<Locale> list = new ArrayList<Locale>(ulocales.length); in getLocaleList()
517 for (int i = 0; i < ulocales.length; i++) { in getLocaleList()
518 Locale loc = ulocales[i].toLocale(); in getLocaleList()
722 private volatile ULocale[] ulocales; field in ICUResourceBundle.AvailEntry
733 if (ulocales == null) { in getULocaleList()
735 if (ulocales == null) { in getULocaleList()
736 ulocales = createULocaleList(prefix, loader); in getULocaleList()
740 return ulocales; in getULocaleList()
747 locales = ICUResourceBundle.getLocaleList(ulocales); in getLocaleList()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java519 public static final Locale[] getLocaleList(ULocale[] ulocales) { in getLocaleList() argument
520 ArrayList<Locale> list = new ArrayList<Locale>(ulocales.length); in getLocaleList()
522 for (int i = 0; i < ulocales.length; i++) { in getLocaleList()
523 Locale loc = ulocales[i].toLocale(); in getLocaleList()
727 private volatile ULocale[] ulocales; field in ICUResourceBundle.AvailEntry
738 if (ulocales == null) { in getULocaleList()
740 if (ulocales == null) { in getULocaleList()
741 ulocales = createULocaleList(prefix, loader); in getULocaleList()
745 return ulocales; in getULocaleList()
752 locales = ICUResourceBundle.getLocaleList(ulocales); in getLocaleList()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DNumberFormatTest.java308 ULocale[] ulocales = NumberFormat.getAvailableULocales(); in testGetAvailableULocales() local
311 for (int i = 0; i < ulocales.length; ++i) { in testGetAvailableULocales()
312 assertEquals(jlocales[i], ulocales[i].toLocale()); in testGetAvailableULocales()
DULocaleTest.java138 ULocale[] ulocales = ULocale.getAvailableLocales(); in testGetAvailableLocales() local
141 for (int i = 0; i < ulocales.length; ++i) { in testGetAvailableLocales()
142 assertEquals(ulocales[i].toLocale(), locales[i]); in testGetAvailableLocales()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DBreakIteratorTest.java201 android.icu.util.ULocale[] ulocales = BreakIterator.getAvailableULocales(); in TestT5615() local
205 for (int i = 0; i < ulocales.length; i++) { in TestT5615()
206 loc = ulocales[i]; in TestT5615()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorTest.java198 com.ibm.icu.util.ULocale[] ulocales = BreakIterator.getAvailableULocales(); in TestT5615() local
202 for (int i = 0; i < ulocales.length; i++) { in TestT5615()
203 loc = ulocales[i]; in TestT5615()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java737 HashSet<ULocale> ulocales = new HashSet<>(locales.size()); in setAllowedJavaLocales() local
739 ulocales.add(ULocale.forLocale(locale)); in setAllowedJavaLocales()
741 return setAllowedLocales(ulocales); in setAllowedJavaLocales()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java694 HashSet<ULocale> ulocales = new HashSet<>(locales.size()); in setAllowedJavaLocales() local
696 ulocales.add(ULocale.forLocale(locale)); in setAllowedJavaLocales()
698 return setAllowedLocales(ulocales); in setAllowedJavaLocales()
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java224 public ULocale getBestMatch(ULocale... ulocales) { in getBestMatch() argument
225 return getBestMatch(LocalePriorityList.add(ulocales).build()); in getBestMatch()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java232 public ULocale getBestMatch(ULocale... ulocales) { in getBestMatch() argument
233 return getBestMatch(LocalePriorityList.add(ulocales).build()); in getBestMatch()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java238 public ULocale getBestMatch(ULocale... ulocales) { in getBestMatch() argument
239 return getBestMatch(LocalePriorityList.add(ulocales).build()); in getBestMatch()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...