/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 33 String[] locales = Utility.split(localeIDs, ','); in helperTestRules() 76 String localeIDs = "ja,ko,tr,vi"; in TestOneFormLocales() local 80 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 85 …String localeIDs = "bem,da,de,el,en,eo,es,et,fi,fo,he,it,mr,nb,nl,nn,no,pt_PT,sv,af,bg,ca,eu,fur,f… in TestSingular1Locales() local 92 helperTestRules(localeIDs, testPattern, changes); in TestSingular1Locales() 97 String localeIDs = "ff,fr,kab,gu,pa,pt,zu,bn"; in TestSingular01Locales() local 102 helperTestRules(localeIDs, testPattern, changes); in TestSingular01Locales() 107 String localeIDs = "lv"; in TestZeroSingularLocales() local 127 helperTestRules(localeIDs, testPattern, changes); in TestZeroSingularLocales() [all …]
|
D | DateTimeGeneratorTest.java | 1764 String[] localeIDs = { in test_jConsistencyOddLocales() local 1774 for (String localeID : localeIDs) { in test_jConsistencyOddLocales()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 36 String[] locales = Utility.split(localeIDs, ','); in helperTestRules() 79 String localeIDs = "ja,ko,tr,vi"; in TestOneFormLocales() local 83 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 88 …String localeIDs = "bem,da,de,el,en,eo,es,et,fi,fo,he,it,mr,nb,nl,nn,no,pt_PT,sv,af,bg,ca,eu,fur,f… in TestSingular1Locales() local 95 helperTestRules(localeIDs, testPattern, changes); in TestSingular1Locales() 100 String localeIDs = "ff,fr,kab,gu,pa,pt,zu,bn"; in TestSingular01Locales() local 105 helperTestRules(localeIDs, testPattern, changes); in TestSingular01Locales() 110 String localeIDs = "lv"; in TestZeroSingularLocales() local 130 helperTestRules(localeIDs, testPattern, changes); in TestZeroSingularLocales() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 1513 static const char* localeIDs[] = { in test_jConsistencyOddLocales() local 1523 for (const char* localeID: localeIDs) { in test_jConsistencyOddLocales()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1590 final String[] localeIDs = { in TestAddRollEra0AndEraBounds() local 1609 for (String localeID : localeIDs) { in TestAddRollEra0AndEraBounds()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1590 final String[] localeIDs = { in TestAddRollEra0AndEraBounds() local 1609 for (String localeID : localeIDs) { in TestAddRollEra0AndEraBounds()
|