Home
last modified time | relevance | path

Searched refs:UTZGNM_SHORT (Results 1 – 6 of 6) 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()
853 nameinfo->type = isLong ? UTZGNM_LONG : UTZGNM_SHORT; in getPartialLocationName()
1121 if (types & UTZGNM_SHORT) { in findTimeZoneNames()
Dtzfmt.cpp132 static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION | UTZGNM_LONG | UTZGNM_SHORT;
653 formatGeneric(tz, UTZGNM_SHORT, date, name); in format()
976 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
/external/chromium_org/third_party/icu/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()
853 nameinfo->type = isLong ? UTZGNM_LONG : UTZGNM_SHORT; in getPartialLocationName()
1121 if (types & UTZGNM_SHORT) { in findTimeZoneNames()
Dtzfmt.cpp132 static const int32_t ALL_GENERIC_NAME_TYPES = UTZGNM_LOCATION | UTZGNM_LONG | UTZGNM_SHORT;
653 formatGeneric(tz, UTZGNM_SHORT, date, name); in format()
976 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()