Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtzrulets.cpp238 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
239 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
514 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
515 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
516 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
558 getUTCMillis(2006, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
559 getUTCMillis(2006, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
560 getUTCMillis(2007, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
561 getUTCMillis(2007, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
562 getUTCMillis(2008, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
[all …]
Dtzrulets.h47 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,