Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.h28 UTZGNM_LOCATION = 0x01, enumerator
Dtzfmt.cpp132 static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION | UTZGNM_LONG | UTZGNM_SHORT;
647 formatGeneric(tz, UTZGNM_LOCATION, date, name); in format()
968 genericNameTypes = UTZGNM_LOCATION; in parse()
972 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
976 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
1260 if (genType == UTZGNM_LOCATION) { in formatGeneric()
Dtzgnames.cpp466 case UTZGNM_LOCATION: in getDisplayName()
602 nameinfo->type = UTZGNM_LOCATION; in getGenericLocationName()