Lines Matching refs:UCAL_MARCH
441 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status); in TestCalendar()
702 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status); in TestGetSetDateAPI()
704 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status); in TestGetSetDateAPI()
728 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status); in TestGetSetDateAPI()
729 …verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55… in TestGetSetDateAPI()
734 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status); in TestGetSetDateAPI()
735 … verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0); in TestGetSetDateAPI()
736 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status); in TestGetSetDateAPI()
737 …verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0… in TestGetSetDateAPI()
776 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status); in TestFieldGetSet()
858 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4); in TestFieldGetSet()
904 { "US/Pacific", 2011, UCAL_MARCH, 12, 10 }, /* day before change in UCAL_DST_OFFSET */
1010 checkDate(cal, 1999, UCAL_MARCH, 28); in TestAddRollExtensive()
1012 checkDateTime(cal, 1999, UCAL_MARCH, 28, 10, 30, 46, 0, UCAL_MILLISECOND); in TestAddRollExtensive()
1126 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */ in TestGetLimits()
1164 ucal_setDateTime(cal, 1999, UCAL_MARCH, 5, 4, 10, 35, &status); in TestGetLimits()
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 */