Searched refs:UTimeZoneFormatStyle (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | tzfmt.h | 30 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/ |
D | tzfmt.cpp | 543 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()
|
D | smpdtfmt.cpp | 2817 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LON… in subParse() 2829 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_RFC822 : ((count == 5) ? UTZFMT_STYLE_ISO8… in subParse() 2841 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() 2853 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_GENERIC_LOCA… in subParse()
|