Lines Matching refs:TimeZoneFormat
625 // TimeZoneFormat in ICU4C only depends on a locale for now
3533 const TimeZoneFormat*
3535 return (const TimeZoneFormat*)tzFormat();
3540 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt)
3548 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat)
3551 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat);
3800 // Lazy TimeZoneFormat instantiation, semantically const.
3801 TimeZoneFormat
3808 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status);