Searched refs:UTZFMT_STYLE_GENERIC_LONG (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 39 UTZFMT_STYLE_GENERIC_LONG, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 655 case UTZFMT_STYLE_GENERIC_LONG: in format() 701 case UTZFMT_STYLE_GENERIC_LONG: in format() 821 …(style == UTZFMT_STYLE_SPECIFIC_LONG || style == UTZFMT_STYLE_GENERIC_LONG || style == UTZFMT_STYL… in parse() 1006 case UTZFMT_STYLE_GENERIC_LONG: in parse() 1016 case UTZFMT_STYLE_GENERIC_LONG: in parse()
|
D | smpdtfmt.cpp | 1714 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat() 3170 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()
|
D | timezone.cpp | 1214 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 1046 UTZFMT_STYLE_GENERIC_LONG, in TestFormat() 1095 UTZFMT_STYLE_GENERIC_LONG, in TestFormat()
|