/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 568 ULocale[] TestLocales = { in TestConstructorWithCalendar() local 585 Calendar[] calendars = new Calendar[TestLocales.length]; in TestConstructorWithCalendar() 586 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 587 calendars[i] = Calendar.getInstance(TestLocales[i]); in TestConstructorWithCalendar() 591 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; in TestConstructorWithCalendar() 592 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 593 … symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName())); in TestConstructorWithCalendar() 598 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 599 …mbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].getBaseName(… in TestConstructorWithCalendar() 603 + TestLocales[i]); in TestConstructorWithCalendar()
|
D | CompactDecimalFormatTest.java | 622 public void TestLocales() { in TestLocales() method in CompactDecimalFormatTest
|
D | PluralRulesTest.java | 1079 public void TestLocales() {
|
D | RelativeDateTimeFormatterTest.java | 1034 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 571 ULocale[] TestLocales = { in TestConstructorWithCalendar() local 588 Calendar[] calendars = new Calendar[TestLocales.length]; in TestConstructorWithCalendar() 589 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 590 calendars[i] = Calendar.getInstance(TestLocales[i]); in TestConstructorWithCalendar() 594 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; in TestConstructorWithCalendar() 595 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 596 … symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName())); in TestConstructorWithCalendar() 601 for (i = 0; i < TestLocales.length; i++) { in TestConstructorWithCalendar() 602 …mbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].getBaseName(… in TestConstructorWithCalendar() 606 + TestLocales[i]); in TestConstructorWithCalendar()
|
D | CompactDecimalFormatTest.java | 625 public void TestLocales() { in TestLocales() method in CompactDecimalFormatTest
|
D | PluralRulesTest.java | 1082 public void TestLocales() {
|
D | RelativeDateTimeFormatterTest.java | 1037 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCoverage.java | 84 public void TestLocales() { in TestLocales() method in TestCoverage
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DisplayNameTest.java | 78 public void TestLocales() { in TestLocales() method in DisplayNameTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DisplayNameTest.java | 75 public void TestLocales() { in TestLocales() method in DisplayNameTest
|
/external/icu/icu4c/source/test/intltest/ |
D | reldatefmttest.cpp | 797 void TestLocales(); 891 TESTCASE_AUTO(TestLocales); in runIndexedTest() 1342 void RelativeDateTimeFormatterTest::TestLocales() { in TestLocales() function in RelativeDateTimeFormatterTest
|
/external/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 298 # com.ibm.icu.dev.test.format.PluralRulesTest (TestLocales) 301 # by modifying the TestLocales() test there to run generateLOCALE_SNAPSHOT() and then
|