Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dtzfmt.h45 UTZFMT_STYLE_GENERIC_SHORT, enumerator
/external/icu4c/i18n/
Dtzfmt.cpp555 case UTZFMT_STYLE_GENERIC_SHORT: in format()
650 …|| style == UTZFMT_STYLE_GENERIC_LONG || style == UTZFMT_STYLE_GENERIC_SHORT || style == UTZFMT_ST… in parse()
762 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
775 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
Dsmpdtfmt.cpp1460 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat()
2841 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()
Dtimezone.cpp1245 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()