Lines Matching refs:getUTCMillis
237 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1);
238 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1);
513 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1);
514 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1);
515 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1);
557 getUTCMillis(2006, UCAL_MARCH, 15),
558 getUTCMillis(2006, UCAL_NOVEMBER, 1),
559 getUTCMillis(2007, UCAL_MARCH, 15),
560 getUTCMillis(2007, UCAL_NOVEMBER, 1),
561 getUTCMillis(2008, UCAL_MARCH, 15),
562 getUTCMillis(2008, UCAL_NOVEMBER, 1),
623 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1);
624 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1);
681 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1);
682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1);
709 UDate jan1_1971 = getUTCMillis(1971, UCAL_JANUARY, 1);
710 UDate jan1_2005 = getUTCMillis(2005, UCAL_JANUARY, 1);
711 UDate jan1_2006 = getUTCMillis(2006, UCAL_JANUARY, 1);
712 UDate jan1_2007 = getUTCMillis(2007, UCAL_JANUARY, 1);
713 UDate jan1_2011 = getUTCMillis(2010, UCAL_JANUARY, 1);
779 UDate startTime = getUTCMillis(1850, UCAL_JANUARY, 1);
780 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1);
880 UDate endTime = getUTCMillis(2050, UCAL_JANUARY, 1);
900 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1);
995 UDate time = getUTCMillis(TESTDATES[i][0], TESTDATES[i][1], TESTDATES[i][2]);
1043 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1);
1109 getUTCMillis(1970, UCAL_JANUARY, 1),
1110 getUTCMillis(2000, UCAL_MARCH, 31),
1111 getUTCMillis(2005, UCAL_JULY, 1),
1112 getUTCMillis(2010, UCAL_NOVEMBER, 1),
1204 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4);
1205 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4);
1206 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4);
1515 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1);
1516 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1);
1727 UDate base = getUTCMillis(2007, UCAL_JULY, 1);
1752 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1);
1753 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1);
1936 foo->write(getUTCMillis(2005, UCAL_JANUARY, 1), fooData2, status);
2303 TimeZoneRuleTest::getUTCMillis(int32_t y, int32_t m, int32_t d,