Home
last modified time | relevance | path

Searched refs:TestLocales (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java553 ULocale[] TestLocales = { in TestConstructorWithCalendar() local
570 Calendar[] calendars = new Calendar[TestLocales.length]; in TestConstructorWithCalendar()
571 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
572 calendars[i] = Calendar.getInstance(TestLocales[i]); in TestConstructorWithCalendar()
576 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; in TestConstructorWithCalendar()
577 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
578 … symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName())); in TestConstructorWithCalendar()
583 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
584 …mbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].getBaseName(… in TestConstructorWithCalendar()
588 + TestLocales[i]); in TestConstructorWithCalendar()
DCompactDecimalFormatTest.java622 public void TestLocales() { in TestLocales() method in CompactDecimalFormatTest
DPluralRulesTest.java913 public void TestLocales() {
DRelativeDateTimeFormatterTest.java978 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java556 ULocale[] TestLocales = { in TestConstructorWithCalendar() local
573 Calendar[] calendars = new Calendar[TestLocales.length]; in TestConstructorWithCalendar()
574 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
575 calendars[i] = Calendar.getInstance(TestLocales[i]); in TestConstructorWithCalendar()
579 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; in TestConstructorWithCalendar()
580 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
581 … symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName())); in TestConstructorWithCalendar()
586 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar()
587 …mbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].getBaseName(… in TestConstructorWithCalendar()
591 + TestLocales[i]); in TestConstructorWithCalendar()
DCompactDecimalFormatTest.java625 public void TestLocales() { in TestLocales() method in CompactDecimalFormatTest
DPluralRulesTest.java916 public void TestLocales() {
DRelativeDateTimeFormatterTest.java981 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLdml2IcuCompleteness.java92 public void TestLocales() { in TestLocales() method in TestLdml2IcuCompleteness
DTestCoverage.java84 public void TestLocales() { in TestLocales() method in TestCoverage
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp770 void TestLocales();
860 TESTCASE_AUTO(TestLocales); in runIndexedTest()
1303 void RelativeDateTimeFormatterTest::TestLocales() { in TestLocales() function in RelativeDateTimeFormatterTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java78 public void TestLocales() { in TestLocales() method in DisplayNameTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java75 public void TestLocales() { in TestLocales() method in DisplayNameTest