Home | History | Annotate | Download | only in i18n

Lines Matching refs:TimeZoneFormat

483     // TimeZoneFormat in ICU4C only depends on a locale for now
3268 const TimeZoneFormat*
3270 return (const TimeZoneFormat*)tzFormat();
3275 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt)
3283 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat)
3286 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat);
3535 // Lazy TimeZoneFormat instantiation, semantically const.
3536 TimeZoneFormat *
3543 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status);