/third_party/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 | 1159 public void TestLocales() {
|
D | RelativeDateTimeFormatterTest.java | 1034 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 | 1044 public void TestLocales() {
|
D | RelativeDateTimeFormatterTest.java | 1037 public void TestLocales() { in TestLocales() method in RelativeDateTimeFormatterTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | DisplayNameTest.java | 78 public void TestLocales() { in TestLocales() method in DisplayNameTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DisplayNameTest.java | 75 public void TestLocales() { in TestLocales() method in DisplayNameTest
|
/third_party/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
|
/third_party/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 301 # com.ibm.icu.dev.test.format.PluralRulesTest (TestLocales) 304 # by modifying the TestLocales() test there to run generateLOCALE_SNAPSHOT() and then
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | cldr-icu-readme.txt | 301 # com.ibm.icu.dev.test.format.PluralRulesTest (TestLocales) 304 # by modifying the TestLocales() test there to run generateLOCALE_SNAPSHOT() and then
|