Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtzgnames.cpp419 case UTZGNM_LONG: in getDisplayName()
559 U_ASSERT(type == UTZGNM_LONG || type == UTZGNM_SHORT); in formatGenericNonLocationName()
570 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
797 nameinfo->type = isLong ? UTZGNM_LONG : UTZGNM_SHORT; in getPartialLocationName()
1046 if (types & UTZGNM_LONG) { in findTimeZoneNames()
Dtzgnames.h33 UTZGNM_LONG = 0x02, enumerator
Dtzfmt.cpp132 formatGeneric(tz, UTZGNM_LONG, date, name); in format()
170 types = UTZGNM_LOCATION | UTZGNM_LONG; in parse()