/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdtdptst.c | 265 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459() 267 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status); in TestCzechMonths459()
|
H A D | ccaltst.c | 717 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 D | utmstest.c | 471 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 D | ucal.h | 1084 * @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 D | ucal.h | 1051 * @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 D | ucal.h | 1051 * @see ucal_setDate 1066 * @see ucal_setDate 1090 ucal_setDate(UCalendar* cal, 1110 * @see ucal_setDate
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 431 ucal_setDate( UCalendar* cal, in ucal_setDate() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 432 ucal_setDate( UCalendar* cal, in ucal_setDate() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 431 ucal_setDate( UCalendar* cal, in ucal_setDate() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 203 #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 D | urename.h | 559 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 558 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 553 #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) macro
|