Lines Matching refs:ucal_setDate
671 log_verbose("\nTesting the ucal_setDate() function \n");
673 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
686 log_verbose("\nTesting ucal_setDate() extensively\n");
687 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
689 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
691 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
693 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
695 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
697 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
1118 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1218 ucal_setDate(cal, 1999, UCAL_JANUARY, 1, &status);