Lines Matching refs:TimeZoneFormat
45 class TimeZoneFormat;
1281 * Sets the TimeZoneFormat to be used by this date/time formatter.
1282 * The caller should not delete the TimeZoneFormat object after
1284 * @param timeZoneFormatToAdopt The TimeZoneFormat object to be adopted.
1287 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
1290 * Sets the TimeZoneFormat to be used by this date/time formatter.
1291 * @param newTimeZoneFormat The TimeZoneFormat object to copy.
1294 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
1301 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1634 * Lazy TimeZoneFormat instantiation, semantically const
1636 TimeZoneFormat *tzFormat() const;
1677 TimeZoneFormat* fTimeZoneFormat;