/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 109 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone() 110 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone() 271 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 272 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 273 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 300 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone() 301 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 302 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone() 303 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 304 getUTCMillis(200 in TestHistoricalRuleBasedTimeZone() 1704 private long getUTCMillis(int year, int month, int dayOfMonth) { getUTCMillis() method in TimeZoneRuleTest [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 107 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone() 108 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone() 269 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 270 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 271 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 298 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone() 299 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 300 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone() 301 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 302 getUTCMillis(200 in TestHistoricalRuleBasedTimeZone() 1702 private long getUTCMillis(int year, int month, int dayOfMonth) { getUTCMillis() method in TimeZoneRuleTest [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 240 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone() 241 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone() 512 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 513 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 514 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone() 556 getUTCMillis(2006, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone() 557 getUTCMillis(2006, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 558 getUTCMillis(2007, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone() 559 getUTCMillis(2007, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone() 560 getUTCMillis(200 in TestHistoricalRuleBasedTimeZone() 2302 TimeZoneRuleTest::getUTCMillis(int32_t y, int32_t m, int32_t d, getUTCMillis() function in TimeZoneRuleTest [all...] |
H A D | tzrulets.h | 50 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
|