Searched refs:ucal_setDate (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdtdptst.c | 262 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459() 264 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status); in TestCzechMonths459()
|
D | ccaltst.c | 688 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()
|
D | utmstest.c | 470 …ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month… in TestDotNet()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1045 ucal_setDate(UCalendar* cal,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1045 ucal_setDate(UCalendar* cal,
|
D | urename.h | 546 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 407 ucal_setDate( UCalendar* cal, in ucal_setDate() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 546 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 848 ucal_setDate(cal, year, month, date, status); in ucal_setDate_android()
|