Home
last modified time | relevance | path

Searched refs:getUTCMillis (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java104 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
105 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
266 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
267 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
268 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
295 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
296 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
297 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
298 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
299 getUTCMillis(2008, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java103 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
104 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
265 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
266 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
267 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
294 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
295 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
296 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
297 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
298 getUTCMillis(2008, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp239 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
240 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
515 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
516 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
517 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
559 getUTCMillis(2006, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
560 getUTCMillis(2006, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
561 getUTCMillis(2007, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
562 getUTCMillis(2007, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
563 getUTCMillis(2008, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
Dtzrulets.h50 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,