Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_MARCH

399 UCAL_MARCH, 3, 10, 45, 20, &status); 
588 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
590 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
614 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
615 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
620 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
621 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
622 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
623 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
660 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status);
742 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4);
881 checkDate(cal, 1999, UCAL_MARCH, 28);
883 checkDateTime(cal, 1999, UCAL_MARCH, 28, 10, 30, 46, 0, UCAL_MILLISECOND);
969 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1007 ucal_setDateTime(cal, 1999, UCAL_MARCH, 5, 4, 10, 35, &status);