Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_MARCH

403     ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status); 
593 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
595 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
619 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
620 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
625 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
626 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
627 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
628 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
665 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status);
747 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4);
886 checkDate(cal, 1999, UCAL_MARCH, 28);
888 checkDateTime(cal, 1999, UCAL_MARCH, 28, 10, 30, 46, 0, UCAL_MILLISECOND);
974 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1012 ucal_setDateTime(cal, 1999, UCAL_MARCH, 5, 4, 10, 35, &status);
1519 { 2000, UCAL_MARCH, 17, 23, 0, 0 }, /* Fri 23:00 */
1520 { 2000, UCAL_MARCH, 18, 0, -1, 0 }, /* Fri 23:59:59.999 */
1521 { 2000, UCAL_MARCH, 18, 0, 0, 1 }, /* Sat 00:00 */
1522 { 2000, UCAL_MARCH, 18, 15, 0, 1 }, /* Sat 15:00 */
1523 { 2000, UCAL_MARCH, 19, 23, 0, 1 }, /* Sun 23:00 */
1524 { 2000, UCAL_MARCH, 20, 0, -1, 1 }, /* Sun 23:59:59.999 */
1525 { 2000, UCAL_MARCH, 20, 0, 0, 0 }, /* Mon 00:00 */
1526 { 2000, UCAL_MARCH, 20, 8, 0, 0 }, /* Mon 08:00 */
1529 { 2000, UCAL_MARCH, 15, 23, 0, 0 }, /* Wed 23:00 */
1530 { 2000, UCAL_MARCH, 16, 0, -1, 0 }, /* Wed 23:59:59.999 */
1531 { 2000, UCAL_MARCH, 16, 0, 0, 1 }, /* Thu 00:00 */
1532 { 2000, UCAL_MARCH, 16, 15, 0, 1 }, /* Thu 15:00 */
1533 { 2000, UCAL_MARCH, 17, 23, 0, 1 }, /* Fri 23:00 */
1534 { 2000, UCAL_MARCH, 18, 0, -1, 1 }, /* Fri 23:59:59.999 */
1535 { 2000, UCAL_MARCH, 18, 0, 0, 0 }, /* Sat 00:00 */
1536 { 2000, UCAL_MARCH, 18, 8, 0, 0 }, /* Sat 08:00 */