Home
last modified time | relevance | path

Searched refs:ucal_getTimeZoneTransitionDate (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1574 * Time zone transition types for ucal_getTimeZoneTransitionDate
1622 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h1509 * 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 Ducal.h1509 * Time zone transition types for ucal_getTimeZoneTransitionDate
1557 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c2366 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 Ducal.cpp772 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp797 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp772 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp189 #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 Durename.h545 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h544 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h539 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro

Completed in 44 milliseconds