Lines Matching refs:TimeZone
129 class U_I18N_API TimeZone : public UObject {
134 virtual ~TimeZone();
148 static const TimeZone& U_EXPORT2 getUnknown();
162 static const TimeZone* U_EXPORT2 getGMT(void);
175 static TimeZone* U_EXPORT2 createTimeZone(const UnicodeString& ID);
290 static TimeZone* U_EXPORT2 detectHostTimeZone();
305 static TimeZone* U_EXPORT2 createDefault(void);
320 static void U_EXPORT2 adoptDefault(TimeZone* zone);
333 static void U_EXPORT2 setDefault(const TimeZone& zone);
441 virtual UBool operator==(const TimeZone& that) const;
452 UBool operator!=(const TimeZone& that) const {return !operator==(that);}
741 virtual UBool hasSameRules(const TimeZone& other) const;
750 virtual TimeZone* clone(void) const = 0;
816 TimeZone();
823 TimeZone(const UnicodeString &id);
830 TimeZone(const TimeZone& source);
837 TimeZone& operator=(const TimeZone& right);
856 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…
947 TimeZone::getID(UnicodeString& ID) const in getID()
956 TimeZone::setID(const UnicodeString& ID) in setID()