Lines Matching refs:UCAL_MARCH
441 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status);
702 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
704 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
728 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
729 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
734 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
735 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
736 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
737 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
776 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status);
858 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4);
904 { "US/Pacific", 2011, UCAL_MARCH, 12, 10 }, /* day before change in UCAL_DST_OFFSET */
1010 checkDate(cal, 1999, UCAL_MARCH, 28);
1012 checkDateTime(cal, 1999, UCAL_MARCH, 28, 10, 30, 46, 0, UCAL_MILLISECOND);
1126 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1164 ucal_setDateTime(cal, 1999, UCAL_MARCH, 5, 4, 10, 35, &status);
1674 { 2000, UCAL_MARCH, 17, 23, 0, 0 }, /* Fri 23:00 */
1675 { 2000, UCAL_MARCH, 18, 0, -1, 0 }, /* Fri 23:59:59.999 */
1676 { 2000, UCAL_MARCH, 18, 0, 0, 1 }, /* Sat 00:00 */
1677 { 2000, UCAL_MARCH, 18, 15, 0, 1 }, /* Sat 15:00 */
1678 { 2000, UCAL_MARCH, 19, 23, 0, 1 }, /* Sun 23:00 */
1679 { 2000, UCAL_MARCH, 20, 0, -1, 1 }, /* Sun 23:59:59.999 */
1680 { 2000, UCAL_MARCH, 20, 0, 0, 0 }, /* Mon 00:00 */
1681 { 2000, UCAL_MARCH, 20, 8, 0, 0 }, /* Mon 08:00 */
1684 { 2000, UCAL_MARCH, 15, 23, 0, 0 }, /* Wed 23:00 */
1685 { 2000, UCAL_MARCH, 16, 0, -1, 0 }, /* Wed 23:59:59.999 */
1686 { 2000, UCAL_MARCH, 16, 0, 0, 0 }, /* Thu 00:00 */
1687 { 2000, UCAL_MARCH, 16, 15, 0, 0 }, /* Thu 15:00 */
1688 { 2000, UCAL_MARCH, 17, 23, 0, 1 }, /* Fri 23:00 */
1689 { 2000, UCAL_MARCH, 18, 0, -1, 1 }, /* Fri 23:59:59.999 */
1690 { 2000, UCAL_MARCH, 18, 0, 0, 1 }, /* Sat 00:00 */
1691 { 2000, UCAL_MARCH, 18, 8, 0, 1 }, /* Sat 08:00 */