Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h46 UTZFMT_STYLE_GENERIC_SHORT, enumerator
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp664 case UTZFMT_STYLE_GENERIC_SHORT: in format()
713 case UTZFMT_STYLE_GENERIC_SHORT: in format()
829 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT); in parse()
1013 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
1026 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
Dtimezone.cpp1220 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
Dsmpdtfmt.cpp1711 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat()
3455 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()