Searched refs:ucal_getTimeZoneTransitionDate (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1512 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1512 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
|
D | urename.h | 532 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 2330 … 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/ |
D | ucal.cpp | 748 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 532 #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 806 return ucal_getTimeZoneTransitionDate(cal, type, transition, status); in ucal_getTimeZoneTransitionDate_android()
|