• Home
  • Raw
  • Download

Lines Matching refs:getUTCMillis

239     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()
564 getUTCMillis(2008, UCAL_NOVEMBER, 1), in TestHistoricalRuleBasedTimeZone()
625 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1); in TestOlsonTransition()
626 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1); in TestOlsonTransition()
683 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition()
684 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition()
711 UDate jan1_1971 = getUTCMillis(1971, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
712 UDate jan1_2005 = getUTCMillis(2005, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
713 UDate jan1_2006 = getUTCMillis(2006, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
714 UDate jan1_2007 = getUTCMillis(2007, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
715 UDate jan1_2011 = getUTCMillis(2010, UCAL_JANUARY, 1); in TestHasEquivalentTransitions()
781 UDate startTime = getUTCMillis(1850, UCAL_JANUARY, 1); in TestVTimeZoneRoundTrip()
782 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1); in TestVTimeZoneRoundTrip()
882 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
902 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
997 UDate time = getUTCMillis(TESTDATES[i][0], TESTDATES[i][1], TESTDATES[i][2]); in TestVTimeZoneSimpleWrite()
1045 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1); in TestVTimeZoneHeaderProps()
1111 getUTCMillis(1970, UCAL_JANUARY, 1), in TestGetSimpleRules()
1112 getUTCMillis(2000, UCAL_MARCH, 31), in TestGetSimpleRules()
1113 getUTCMillis(2005, UCAL_JULY, 1), in TestGetSimpleRules()
1114 getUTCMillis(2010, UCAL_NOVEMBER, 1), in TestGetSimpleRules()
1206 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1207 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1208 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); in TestTimeZoneRuleCoverage()
1517 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
1518 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
1729 UDate base = getUTCMillis(2007, UCAL_JULY, 1); in TestVTimeZoneCoverage()
1754 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestVTimeZoneCoverage()
1755 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1); in TestVTimeZoneCoverage()
1938 foo->write(getUTCMillis(2005, UCAL_JANUARY, 1), fooData2, status); in TestVTimeZoneParse()
2305 TimeZoneRuleTest::getUTCMillis(int32_t y, int32_t m, int32_t d, in getUTCMillis() function in TimeZoneRuleTest