Searched refs:UTimeZoneFormatStyle (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 29 typedef enum UTimeZoneFormatStyle { enum 151 } UTimeZoneFormatStyle; typedef 535 virtual UnicodeString& format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, 598 … virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, 616 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 3149 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LON… in subParse() 3159 UTimeZoneFormatStyle style = (count < 4) ? in subParse() 3170 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() 3180 UTimeZoneFormatStyle style; in subParse() 3204 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZ… in subParse() 3214 UTimeZoneFormatStyle style; in subParse() 3241 UTimeZoneFormatStyle style; in subParse()
|
D | tzfmt.cpp | 643 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format() 803 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() 809 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 719 UTimeZoneFormatStyle style; 1023 UTimeZoneFormatStyle style;
|