Home
last modified time | relevance | path

Searched refs:TimeZoneFormat (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dtzfmt.cpp243 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
245 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
333 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat
343 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat()
351 TimeZoneFormat&
352 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =()
392 TimeZoneFormat::operator==(const Format& other) const { in operator ==()
393 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==()
415 TimeZoneFormat::clone() const { in clone()
416 return new TimeZoneFormat(*this); in clone()
[all …]
Dtimezone.cpp1231 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
1258 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
1298 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
Dsmpdtfmt.cpp3102 const TimeZoneFormat*
3104 return (const TimeZoneFormat*)tzFormat(); in getTimeZoneFormat()
3109 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt) in adoptTimeZoneFormat()
3117 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat) in setTimeZoneFormat()
3120 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat()
3370 TimeZoneFormat *
3377 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat()
/external/icu4c/i18n/unicode/
Dtzfmt.h164 class U_I18N_API TimeZoneFormat : public Format {
170 TimeZoneFormat(const TimeZoneFormat& other);
176 virtual ~TimeZoneFormat();
182 TimeZoneFormat& operator=(const TimeZoneFormat& other);
210 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
528 TimeZoneFormat(const Locale& locale, UErrorCode& status);
Dsmpdtfmt.h45 class TimeZoneFormat; variable
811 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
818 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
825 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1160 TimeZoneFormat *tzFormat() const;
1201 TimeZoneFormat* fTimeZoneFormat;