Lines Matching refs:TimeZone
133 class U_I18N_API TimeZone : public UObject {
138 virtual ~TimeZone();
152 static const TimeZone& U_EXPORT2 getUnknown();
166 static const TimeZone* U_EXPORT2 getGMT(void);
179 static TimeZone* U_EXPORT2 createTimeZone(const UnicodeString& ID);
303 static TimeZone* U_EXPORT2 detectHostTimeZone();
318 static TimeZone* U_EXPORT2 createDefault(void);
330 static TimeZone* U_EXPORT2 forLocaleOrDefault(const Locale& locale);
342 static void U_EXPORT2 adoptDefault(TimeZone* zone);
353 static void U_EXPORT2 setDefault(const TimeZone& zone);
461 virtual UBool operator==(const TimeZone& that) const;
472 UBool operator!=(const TimeZone& that) const {return !operator==(that);}
763 virtual UBool hasSameRules(const TimeZone& other) const;
772 virtual TimeZone* clone() const = 0;
838 TimeZone();
845 TimeZone(const UnicodeString &id);
852 TimeZone(const TimeZone& source);
859 TimeZone& operator=(const TimeZone& right);
878 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…
969 TimeZone::getID(UnicodeString& ID) const in getID()
978 TimeZone::setID(const UnicodeString& ID) in setID()