Home
last modified time | relevance | path

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

/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralsMapperTest.java95 Set<String> locales1 = ImmutableSet.of("en_GB"); in testGroupDeduplication_subsets() local
99 pluralRule(CARDINAL, locales1, ZERO, "zero"), in testGroupDeduplication_subsets()
100 pluralRule(CARDINAL, locales1, ONE, "one"), in testGroupDeduplication_subsets()
101 pluralRule(CARDINAL, locales1, TWO, "two"), in testGroupDeduplication_subsets()
150 Set<String> locales1 = ImmutableSet.of("en_GB"); in testGroupDeduplication_locales() local
154 pluralRule(CARDINAL, locales1, ZERO, "zero"), in testGroupDeduplication_locales()
155 pluralRule(CARDINAL, locales1, ONE, "one"), in testGroupDeduplication_locales()
156 pluralRule(CARDINAL, locales1, TWO, "two"), in testGroupDeduplication_locales()
DPluralRangesMapperTest.java69 Set<String> locales1 = ImmutableSet.of("en_GB"); in testMultipleSets() local
72 pluralRange(locales1, ZERO, ONE, ZERO), in testMultipleSets()
73 pluralRange(locales1, ZERO, FEW, FEW), in testMultipleSets()
DDayPeriodsMapperTest.java83 Set<String> locales1 = ImmutableSet.of("en_GB"); in testMultipleRuleSets() local
86 dayPeriodRule(locales1, MORNING1, isBetween("04:00", "12:00")), in testMultipleRuleSets()
87 dayPeriodRule(locales1, NOON, isAt("12:00")), in testMultipleRuleSets()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java1007 ArrayList locales1 = new ArrayList(1); in TestDisplayName() local
1008 locales1.add(loc_fr_FR_Paris); in TestDisplayName()
1020 gp.setLocales(locales1); in TestDisplayName()
1034 gp.setLocales(locales1); in TestDisplayName()
1048 gp.setLocales(locales1); in TestDisplayName()
1062 gp.setLocales(locales1); in TestDisplayName()
1076 gp.setLocales(locales1); in TestDisplayName()
1090 gp.setLocales(locales1); in TestDisplayName()
1104 gp.setLocales(locales1); in TestDisplayName()
1118 gp.setLocales(locales1); in TestDisplayName()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DGlobalizationPreferencesTest.java1010 ArrayList locales1 = new ArrayList(1); in TestDisplayName() local
1011 locales1.add(loc_fr_FR_Paris); in TestDisplayName()
1023 gp.setLocales(locales1); in TestDisplayName()
1037 gp.setLocales(locales1); in TestDisplayName()
1051 gp.setLocales(locales1); in TestDisplayName()
1065 gp.setLocales(locales1); in TestDisplayName()
1079 gp.setLocales(locales1); in TestDisplayName()
1093 gp.setLocales(locales1); in TestDisplayName()
1107 gp.setLocales(locales1); in TestDisplayName()
1121 gp.setLocales(locales1); in TestDisplayName()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp479 const Locale locales1[] = {Locale("en")}; in TestTimeRoundTrip() local
495 gLocaleData->locales = locales1; in TestTimeRoundTrip()
496 gLocaleData->nLocales = UPRV_LENGTHOF(locales1); in TestTimeRoundTrip()