Lines Matching refs:TimeZoneFormat
47 class TimeZoneFormat;
1100 * Sets the TimeZoneFormat to be used by this date/time formatter.
1101 * The caller should not delete the TimeZoneFormat object after
1103 * @param timeZoneFormatToAdopt The TimeZoneFormat object to be adopted.
1106 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
1109 * Sets the TimeZoneFormat to be used by this date/time formatter.
1110 * @param newTimeZoneFormat The TimeZoneFormat object to copy.
1113 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
1120 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1493 * Lazy TimeZoneFormat instantiation, semantically const
1495 TimeZoneFormat *tzFormat() const;
1547 TimeZoneFormat* fTimeZoneFormat;