Searched refs:ucal_setDate (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c260 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
262 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status);
H A Dutmstest.c468 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
H A Dccaltst.c678 log_verbose("\nTesting the ucal_setDate() function \n");
680 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
693 log_verbose("\nTesting ucal_setDate() extensively\n");
694 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
696 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
698 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
700 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
702 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
704 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
1126 ucal_setDate(ca
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h989 * @see ucal_setDate
1004 * @see ucal_setDate
1028 ucal_setDate(UCalendar* cal,
1048 * @see ucal_setDate
/external/icu/icu4c/source/i18n/
H A Ducal.cpp404 ucal_setDate( UCalendar* cal, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h541 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro

Completed in 631 milliseconds