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);
288 static TimeZone* U_EXPORT2 createDefault(void);
303 static void U_EXPORT2 adoptDefault(TimeZone* zone);
316 static void U_EXPORT2 setDefault(const TimeZone& zone);
427 virtual UBool operator==(const TimeZone& that) const;
438 UBool operator!=(const TimeZone& that) const {return !operator==(that);}
727 virtual UBool hasSameRules(const TimeZone& other) const;
736 virtual TimeZone* clone(void) const = 0;
802 TimeZone();
809 TimeZone(const UnicodeString &id);
816 TimeZone(const TimeZone& source);
823 TimeZone& operator=(const TimeZone& right);
842 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…
933 TimeZone::getID(UnicodeString& ID) const in getID()
942 TimeZone::setID(const UnicodeString& ID) in setID()