Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatTest.java28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument
29 String[] locales = Utility.split(localeIDs, ','); in helperTestRules()
71 String localeIDs = "ja,ko,tr,vi"; in TestOneFormLocales() local
75 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales()
79 …String localeIDs = "bem,da,de,el,en,eo,es,et,fi,fo,he,it,nb,nl,nn,no,pt_PT,sv,af,bg,ca,eu,fur,fy,h… in TestSingular1Locales() local
86 helperTestRules(localeIDs, testPattern, changes); in TestSingular1Locales()
90 String localeIDs = "ff,fr,kab,gu,mr,pa,pt,zu,bn"; in TestSingular01Locales() local
95 helperTestRules(localeIDs, testPattern, changes); in TestSingular01Locales()
99 String localeIDs = "lv"; in TestZeroSingularLocales() local
119 helperTestRules(localeIDs, testPattern, changes); in TestZeroSingularLocales()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1500 final String[] localeIDs = { in TestAddRollEra0AndEraBounds() local
1519 for (String localeID : localeIDs) { in TestAddRollEra0AndEraBounds()