Home
last modified time | relevance | path

Searched refs:UCAL_TZ_TRANSITION_NEXT_INCLUSIVE (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducal.cpp763 …UBool inclusive = (type == UCAL_TZ_TRANSITION_NEXT_INCLUSIVE || type == UCAL_TZ_TRANSITION_PREVIOU… in ucal_getTimeZoneTransitionDate()
764 … UBool result = (type == UCAL_TZ_TRANSITION_NEXT || type == UCAL_TZ_TRANSITION_NEXT_INCLUSIVE)? in ucal_getTimeZoneTransitionDate()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h1462 UCAL_TZ_TRANSITION_NEXT_INCLUSIVE, enumerator
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2342 …result = ucal_getTimeZoneTransitionDate(ucal, UCAL_TZ_TRANSITION_NEXT_INCLUSIVE, &transition2, &st… in TestGetTZTransition()