Lines Matching refs:ucal_getMillis
508 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI()
521 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI()
559 if(d2==ucal_getMillis(caldef2, &status)) in TestGetSetDateAPI()
576 if(ucal_getMillis(caldef2, &status)) in TestGetSetDateAPI()
603 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI()
634 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI()
732 d1 = ucal_getMillis(cal, &status); in TestFieldGetSet()
758 d1 = ucal_getMillis(cal,&status); in TestFieldGetSet()
780 d1 = ucal_getMillis(cal,&status); in TestFieldGetSet()
1111 date1=ucal_getMillis(cal, &status); in TestDOWProgression()
1121 date1=ucal_getMillis(cal, &status); in TestDOWProgression()
1185 date1 = ucal_getMillis(gmtcal, &status); in testZones()
1314 d1=ucal_getMillis(c, &status); in verify1()
1323 d1=ucal_getMillis(c, &status); in verify1()
1355 d1=ucal_getMillis(c, &status); in verify2()
1364 d1=ucal_getMillis(c, &status); in verify2()
1630 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset; in TestWeekend()