Lines Matching refs:TimeZone
118 static U_NAMESPACE_QUALIFIER TimeZone* DEFAULT_ZONE = NULL;
119 static U_NAMESPACE_QUALIFIER TimeZone* _GMT = NULL; // cf. TimeZone::GMT
271 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResou… in loadRule()
320 const TimeZone* U_EXPORT2
321 TimeZone::getGMT(void) in getGMT()
346 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone) in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() argument
348 TimeZone::TimeZone() in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()
355 TimeZone::TimeZone(const UnicodeString &id) in TimeZone() function in TimeZone
362 TimeZone::~TimeZone() in ~TimeZone()
368 TimeZone::TimeZone(const TimeZone &source) in TimeZone() function in TimeZone
375 TimeZone &
376 TimeZone::operator=(const TimeZone &right) in operator =()
385 TimeZone::operator==(const TimeZone& that) const in operator ==()
393 TimeZone* U_EXPORT2
394 TimeZone::createTimeZone(const UnicodeString& ID) in createTimeZone()
404 TimeZone* result = createSystemTimeZone(ID); in createTimeZone()
412 const TimeZone* temptz = getGMT(); in createTimeZone()
427 TimeZone*
428 TimeZone::createSystemTimeZone(const UnicodeString& id) { in createSystemTimeZone()
429 TimeZone* z = 0; in createSystemTimeZone()
465 TimeZone::initDefault() in initDefault()
507 TimeZone* default_zone = NULL; in initDefault()
538 const TimeZone* temptz = getGMT(); in initDefault()
560 TimeZone* U_EXPORT2
561 TimeZone::createDefault() in createDefault()
577 TimeZone::adoptDefault(TimeZone* zone) in adoptDefault()
581 TimeZone* old = NULL; in adoptDefault()
595 TimeZone::setDefault(const TimeZone& zone) in setDefault()
608 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
709 TimeZone* z = TimeZone::createTimeZone(unistr); in TZEnumeration()
827 TimeZone::createEnumeration() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
832 TimeZone::createEnumeration(int32_t rawOffset) { in createEnumeration()
837 TimeZone::createEnumeration(const char* country) { in createEnumeration()
844 TimeZone::countEquivalentIDs(const UnicodeString& id) { in countEquivalentIDs()
866 TimeZone::getEquivalentID(const UnicodeString& id, int32_t index) { in getEquivalentID()
912 TimeZone::dereferOlsonLink(const UnicodeString& id) { in dereferOlsonLink()
944 TimeZone::getRegion(const UnicodeString& id) { in getRegion()
970 TimeZone::getDisplayName(UnicodeString& result) const in getDisplayName()
976 TimeZone::getDisplayName(const Locale& locale, UnicodeString& result) const in getDisplayName()
982 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const in getDisplayName()
988 TimeZone::getDSTSavings()const { in getDSTSavings()
996 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& r… in getDisplayName()
1128 TimeZone*
1129 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone()
1142 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID()
1155 TimeZone::parseCustomID(const UnicodeString& id, int32_t& sign, in parseCustomID()
1276 TimeZone::formatCustomID(int32_t hour, int32_t min, int32_t sec, in formatCustomID()
1316 TimeZone::hasSameRules(const TimeZone& other) const in hasSameRules()
1323 TimeZone::getTZDataVersion(UErrorCode& status) in getTZDataVersion()
1357 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UErrorCode& status) in getCanonicalID()
1364 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID, in getCanonicalID()