Home
last modified time | relevance | path

Searched refs:UTZGNM_LONG (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.h31 UTZGNM_LONG = 0x02, enumerator
Dtzgnames.cpp469 case UTZGNM_LONG: in getDisplayName()
598 U_ASSERT(type == UTZGNM_LONG || type == UTZGNM_SHORT); in formatGenericNonLocationName()
609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
834 nameinfo->type = isLong ? UTZGNM_LONG : UTZGNM_SHORT; in getPartialLocationName()
1099 if (types & UTZGNM_LONG) { in findTimeZoneNames()
Dtzfmt.cpp141 static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION | UTZGNM_LONG | UTZGNM_SHORT;
667 formatGeneric(tz, UTZGNM_LONG, date, name); in format()
1028 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
/external/icu/libicu/cts_headers/
Dtzgnames.h31 UTZGNM_LONG = 0x02, enumerator