Home
last modified time | relevance | path

Searched refs:ucal_setDate (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c262 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459()
264 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status); in TestCzechMonths459()
Dccaltst.c688 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status); in TestGetSetDateAPI()
702 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status); in TestGetSetDateAPI()
704 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status); in TestGetSetDateAPI()
706 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status); in TestGetSetDateAPI()
708 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status); in TestGetSetDateAPI()
710 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status); in TestGetSetDateAPI()
712 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status); in TestGetSetDateAPI()
1134 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */ in TestGetLimits()
1234 ucal_setDate(cal, 1999, UCAL_JANUARY, 1, &status); in TestDOWProgression()
Dutmstest.c470ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month… in TestDotNet()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h1045 ucal_setDate(UCalendar* cal,
/external/icu/libandroidicu/include/unicode/
Ducal.h1045 ucal_setDate(UCalendar* cal,
Durename.h546 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp407 ucal_setDate( UCalendar* cal, in ucal_setDate() function
/external/icu/icu4c/source/common/unicode/
Durename.h546 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp848 ucal_setDate(cal, year, month, date, status); in ucal_setDate_android()