Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dtzfmt.h30 typedef enum UTimeZoneFormatStyle { enum
71 } UTimeZoneFormatStyle; typedef
393 virtual UnicodeString& format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date,
456 … virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
474 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
/external/icu4c/i18n/
Dtzfmt.cpp543 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format()
632 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()
638 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()
Dsmpdtfmt.cpp2817UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LON… in subParse()
2829UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_RFC822 : ((count == 5) ? UTZFMT_STYLE_ISO8… in subParse()
2841UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()
2853UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_GENERIC_LOCA… in subParse()