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.java106 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
107 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
267 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
268 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
269 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
296 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
297 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
298 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
299 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
300 getUTCMillis(2008, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java102 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
103 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); in TestSimpleRuleBasedTimeZone()
263 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
264 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
265 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
292 getUTCMillis(2006, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
293 getUTCMillis(2006, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
294 getUTCMillis(2007, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
295 getUTCMillis(2007, Calendar.NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
296 getUTCMillis(2008, Calendar.MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp237 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
238 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
513 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
514 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
515 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
557 getUTCMillis(2006, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
558 getUTCMillis(2006, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
559 getUTCMillis(2007, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
560 getUTCMillis(2007, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
561 getUTCMillis(2008, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
Dtzrulets.h48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,