Searched refs:ucal_getTimeZoneTransitionDate (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 1574 * Time zone transition types for ucal_getTimeZoneTransitionDate 1622 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 1509 * Time zone transition types for ucal_getTimeZoneTransitionDate 1557 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1509 * Time zone transition types for ucal_getTimeZoneTransitionDate 1557 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 2366 result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_PREVIOUS, &transition1, &status); in TestGetTZTransition() 2368 log_data_err("FAIL: %s ucal_getTimeZoneTransitionDate prev status %s, expected result %d but got %d\n", in TestGetTZTransition() 2372 result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE, &transition2, &status); in TestGetTZTransition() 2374 log_err("FAIL: %s ucal_getTimeZoneTransitionDate prev_inc status %s, result %d, expected date %.1f but got %.1f\n", in TestGetTZTransition() 2380 result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_NEXT, &transition1, &status); in TestGetTZTransition() 2382 log_data_err("FAIL: %s ucal_getTimeZoneTransitionDate next status %s, expected result %d but got %d\n", in TestGetTZTransition() 2386 result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_NEXT_INCLUSIVE, &transition2, &status); in TestGetTZTransition() 2388 log_err("FAIL: %s ucal_getTimeZoneTransitionDate next_inc status %s, result %d, expected date %.1f but got %.1f\n", in TestGetTZTransition()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 772 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 797 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 772 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 189 #undef ucal_getTimeZoneTransitionDate macro 1105 UBool ucal_getTimeZoneTransitionDate(const UCalendar *cal, UTimeZoneTransitionType type, UDate *transition, in ucal_getTimeZoneTransitionDate() function 1108 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate)(cal, type, transition, status); in ucal_getTimeZoneTransitionDate()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 545 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 544 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 539 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
|
Completed in 47 milliseconds