Home
last modified time | relevance | path

Searched refs:ucal_getTimeZoneTransitionDate (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1512 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
/external/icu/libandroidicu/include/unicode/
Ducal.h1512 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
Durename.h532 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2330 … result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_PREVIOUS, &transition1, &status); in TestGetTZTransition()
2336 …result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE, &transition2,… in TestGetTZTransition()
2344 … result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_NEXT, &transition1, &status); in TestGetTZTransition()
2350 …result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_NEXT_INCLUSIVE, &transition2, &st… in TestGetTZTransition()
/external/icu/icu4c/source/i18n/
Ducal.cpp748 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
/external/icu/icu4c/source/common/unicode/
Durename.h532 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp806 return ucal_getTimeZoneTransitionDate(cal, type, transition, status); in ucal_getTimeZoneTransitionDate_android()