Lines Matching refs:getUTCMillis
240 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
241 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone()
516 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
517 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
518 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHistoricalRuleBasedTimeZone()
560 getUTCMillis(2006, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
561 getUTCMillis(2006, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
562 getUTCMillis(2007, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
563 getUTCMillis(2007, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
564 getUTCMillis(2008, UCAL_MARCH, 15), in TestHistoricalRuleBasedTimeZone()
565 getUTCMillis(2008, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
626 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1); in TestOlsonTransition()
627 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1); in TestOlsonTransition()
684 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition()
685 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition()
712 UDate jan1_1971 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
713 UDate jan1_2005 = getUTCMillis(2005, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
714 UDate jan1_2006 = getUTCMillis(2006, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
715 UDate jan1_2007 = getUTCMillis(2007, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
716 UDate jan1_2011 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
782 UDate startTime = getUTCMillis(1850, UCAL_JANUARY, 1); in TestVTimeZoneRoundTrip()
783 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1); in TestVTimeZoneRoundTrip()
883 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
903 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
998 UDate time = getUTCMillis(TESTDATES[i][0], TESTDATES[i][1], TESTDATES[i][2]); in TestVTimeZoneSimpleWrite()
1046 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1); in TestVTimeZoneHeaderProps()
1112 getUTCMillis(1970, UCAL_JANUARY, 1), in TestGetSimpleRules()
1113 getUTCMillis(2000, UCAL_MARCH, 31), in TestGetSimpleRules()
1114 getUTCMillis(2005, UCAL_JULY, 1), in TestGetSimpleRules()
1115 getUTCMillis(2010, UCAL_NOVEMBER, 1), in TestGetSimpleRules()
1207 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1208 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1209 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1518 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
1519 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
1730 UDate base = getUTCMillis(2007, UCAL_JULY, 1); in TestVTimeZoneCoverage()
1755 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestVTimeZoneCoverage()
1756 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1); in TestVTimeZoneCoverage()
1939 foo->write(getUTCMillis(2005, UCAL_JANUARY, 1), fooData2, status); in TestVTimeZoneParse()
2306 TimeZoneRuleTest::getUTCMillis(int32_t y, int32_t m, int32_t d, in getUTCMillis() function in TimeZoneRuleTest