Lines Matching refs:TimeZone
131 class U_I18N_API TimeZone : public UObject {
136 virtual ~TimeZone();
150 static const TimeZone& U_EXPORT2 getUnknown();
164 static const TimeZone* U_EXPORT2 getGMT(void);
177 static TimeZone* U_EXPORT2 createTimeZone(const UnicodeString& ID);
293 static TimeZone* U_EXPORT2 detectHostTimeZone();
307 static TimeZone* U_EXPORT2 createDefault(void);
322 static void U_EXPORT2 adoptDefault(TimeZone* zone);
335 static void U_EXPORT2 setDefault(const TimeZone& zone);
443 virtual UBool operator==(const TimeZone& that) const;
454 UBool operator!=(const TimeZone& that) const {return !operator==(that);}
743 virtual UBool hasSameRules(const TimeZone& other) const;
752 virtual TimeZone* clone(void) const = 0;
818 TimeZone();
825 TimeZone(const UnicodeString &id);
832 TimeZone(const TimeZone& source);
839 TimeZone& operator=(const TimeZone& right);
858 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…
949 TimeZone::getID(UnicodeString& ID) const in getID()
958 TimeZone::setID(const UnicodeString& ID) in setID()