/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 280 final Locale[] allLocales = NumberFormat.getAvailableLocales(); in TestMonster() local 281 Locale[] locales = allLocales; in TestMonster() 288 locales[0] = allLocales[0]; in TestMonster() 289 locales[1] = allLocales[1]; in TestMonster() 290 locales[2] = allLocales[2]; in TestMonster()
|
D | DateFormatTest.java | 2749 Locale[] allLocales = DateFormatSymbols.getAvailableLocales(); in TestCoverage() local 2750 if (allLocales.length == 0) { in TestCoverage() 2753 logln("PASS: " + allLocales.length + in TestCoverage()
|
D | NumberFormatTest.java | 1644 Locale[] allLocales = DecimalFormatSymbols.getAvailableLocales(); in TestCoverage() local 1645 if (allLocales.length == 0) { in TestCoverage() 1648 logln("PASS: " + allLocales.length + in TestCoverage()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 277 final Locale[] allLocales = NumberFormat.getAvailableLocales(); in TestMonster() local 278 Locale[] locales = allLocales; in TestMonster() 285 locales[0] = allLocales[0]; in TestMonster() 286 locales[1] = allLocales[1]; in TestMonster() 287 locales[2] = allLocales[2]; in TestMonster()
|
D | DateFormatTest.java | 2746 Locale[] allLocales = DateFormatSymbols.getAvailableLocales(); in TestCoverage() local 2747 if (allLocales.length == 0) { in TestCoverage() 2750 logln("PASS: " + allLocales.length + in TestCoverage()
|
D | NumberFormatTest.java | 1641 Locale[] allLocales = DecimalFormatSymbols.getAvailableLocales(); in TestCoverage() local 1642 if (allLocales.length == 0) { in TestCoverage() 1645 logln("PASS: " + allLocales.length + in TestCoverage()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsnmfmt.cpp | 424 const Locale* allLocales = NumberFormat::getAvailableLocales(count); in monsterTest() local 425 Locale* locales = (Locale*)allLocales; in monsterTest() 427 if (allLocales && count) in monsterTest() 433 locales[0] = allLocales[0]; in monsterTest() 434 locales[1] = allLocales[1]; in monsterTest() 435 locales[2] = allLocales[2]; in monsterTest()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateCldrTests.java | 237 Set<String> allLocales = new TreeSet<String>(); // ULocaleComparator field in GenerateCldrTests 295 allLocales.addAll(mainCldrFactory.getAvailable()); in generate() 296 if (!allLocales.containsAll(collationCldrFactory.getAvailable())) { in generate() 298 …uilder.with(new TreeSet<String>(collationCldrFactory.getAvailable())).removeAll(allLocales).get()); in generate() 300 allLocales.addAll(collationCldrFactory.getAvailable()); in generate() 301 allLocales = Collections.unmodifiableSet(allLocales); in generate() 304 + "collation" + File.separator, pat, allLocales); in generate() 312 if (!allLocales.containsAll(collationLocales)) { in generate() 314 + Builder.with(new TreeSet<String>(collationLocales)).removeAll(allLocales).get()); in generate() 316 collationLocales = allLocales; in generate() [all …]
|
D | GenerateSidewaysView.java | 415 Set<String> allLocales = new TreeSet<String>(UCA); in writeCharToLocaleMapping() local 419 allLocales.addAll(locales); in writeCharToLocaleMapping() 436 for (String locale : allLocales) { in writeCharToLocaleMapping()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | GlobalizationPreferences.java | 1180 ULocale[] allLocales = ULocale.getAvailableLocales(); 1181 for (int i = 0; i < allLocales.length; i++) { 1183 available_locales.put(allLocales[i], bits); in available_locales.put() 1192 available_locales.put(allLocales[i], bits); in available_locales.put() 1202 available_locales.put(allLocales[i], bits); in available_locales.put() 1212 available_locales.put(allLocales[i], bits); in available_locales.put() 1222 available_locales.put(allLocales[i], bits); in available_locales.put()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
D | GlobalizationPreferences.java | 1220 ULocale[] allLocales = ULocale.getAvailableLocales(); 1221 for (int i = 0; i < allLocales.length; i++) { 1223 available_locales.put(allLocales[i], bits); in available_locales.put() 1232 available_locales.put(allLocales[i], bits); in available_locales.put() 1242 available_locales.put(allLocales[i], bits); in available_locales.put() 1252 available_locales.put(allLocales[i], bits); in available_locales.put() 1262 available_locales.put(allLocales[i], bits); in available_locales.put()
|
/external/cldr/tools/java/org/unicode/cldr/tool/resolver/ |
D | CldrResolver.java | 193 Set<String> allLocales = cldrFactory.getAvailable(); in getLocaleNames() local 196 for (String locale : allLocales) { in getLocaleNames()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | TestCldr.java | 85 Set<String> allLocales = new TreeSet<String>(); field in TestCldr 175 allLocales.add(list[i].toString()); in addLocales() 279 if (allLocales.contains("")) { in setAttributes()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestSupplementalInfo.java | 1636 Set<String> allLocales = testInfo.getCldrFactory().getAvailable(); in TestPluralCompleteness() local 1638 for (String locale : allLocales) { in TestPluralCompleteness()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |