Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c265 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459()
267 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status); in TestCzechMonths459()
H A Dccaltst.c717 log_verbose("\nTesting the ucal_setDate() function \n"); in TestGetSetDateAPI()
719 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status); in TestGetSetDateAPI()
732 log_verbose("\nTesting ucal_setDate() extensively\n"); in TestGetSetDateAPI()
733 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status); in TestGetSetDateAPI()
735 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status); in TestGetSetDateAPI()
737 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status); in TestGetSetDateAPI()
739 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status); in TestGetSetDateAPI()
741 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status); in TestGetSetDateAPI()
743 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status); in TestGetSetDateAPI()
1165 ucal_setDate(ca in TestGetLimits()
[all...]
H A Dutmstest.c471 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */ in TestDotNet()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1084 * @see ucal_setDate
1099 * @see ucal_setDate
1123 ucal_setDate(UCalendar* cal,
1143 * @see ucal_setDate
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h1051 * @see ucal_setDate
1066 * @see ucal_setDate
1090 ucal_setDate(UCalendar* cal,
1110 * @see ucal_setDate
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h1051 * @see ucal_setDate
1066 * @see ucal_setDate
1090 ucal_setDate(UCalendar* cal,
1110 * @see ucal_setDate
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp431 ucal_setDate( UCalendar* cal, in ucal_setDate() function
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp432 ucal_setDate( UCalendar* cal, in ucal_setDate() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp431 ucal_setDate( UCalendar* cal, in ucal_setDate() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp203 #undef ucal_setDate macro
1164 void ucal_setDate(UCalendar *cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) in ucal_setDate() function
1166 U_ICU_ENTRY_POINT_RENAME(ucal_setDate)(cal, year, month, date, status); in ucal_setDate()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h559 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h558 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h553 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro

Completed in 44 milliseconds