Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_setDate

596     log_verbose("\nTesting the ucal_setDate() function \n");
598 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
611 log_verbose("\nTesting ucal_setDate() extensively\n");
612 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
614 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
616 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
618 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
620 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
622 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
1001 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1101 ucal_setDate(cal, 1999, UCAL_JANUARY, 1, &status);