Lines Matching refs:TimeZone

31 static TimeZone*
33 TimeZone* zone = NULL; in _createTimeZone()
41 zone = TimeZone::createTimeZone(zoneStrID); in _createTimeZone()
52 return uenum_openFromStringEnumeration(TimeZone::createTimeZoneIDEnumeration( in ucal_openTimeZoneIDEnumeration()
58 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(), ec); in ucal_openTimeZones()
63 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(country), ec); in ucal_openCountryTimeZones()
70 TimeZone* zone = TimeZone::createDefault(); in ucal_getDefaultTimeZone()
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
87 TimeZone::adoptDefault(zone); in ucal_setDefaultTimeZone()
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
140 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_open()
195 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_setTimeZone()
212 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); in ucal_getTimeZoneID()
229 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); in ucal_getTimeZoneDisplayName()
239 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id); in ucal_getTimeZoneDisplayName()
243 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id); in ucal_getTimeZoneDisplayName()
247 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id); in ucal_getTimeZoneDisplayName()
251 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id); in ucal_getTimeZoneDisplayName()
560 return TimeZone::getTZDataVersion(*status); in ucal_getTZDataVersion()
579 TimeZone::getCanonicalID(UnicodeString(id, len), canonical, systemID, *status); in ucal_getCanonicalTimeZoneID()
759 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); in ucal_getTimeZoneTransitionDate()
784 TimeZone::getWindowsID(UnicodeString(id, len), resultWinID, *status); in ucal_getWindowsTimeZoneID()
802 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); in ucal_getTimeZoneIDForWindowsID()