Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.h30 UTZGNM_SHORT = 0x04 enumerator
Dtzgnames.cpp475 case UTZGNM_SHORT: in getDisplayName()
615 U_ASSERT(type == UTZGNM_LONG || type == UTZGNM_SHORT); in formatGenericNonLocationName()
857 nameinfo->type = isLong ? UTZGNM_LONG : UTZGNM_SHORT; in getPartialLocationName()
1125 if (types & UTZGNM_SHORT) { in findTimeZoneNames()
Dtzfmt.cpp132 static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION | UTZGNM_LONG | UTZGNM_SHORT;
659 formatGeneric(tz, UTZGNM_SHORT, date, name); in format()
1021 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()