Searched refs:TimeZoneFormat (Results 1 – 5 of 5) sorted by relevance
243 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument245 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()333 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat343 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 …]
1231 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()
3102 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()
164 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);
45 class TimeZoneFormat; variable811 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;