Lines Matching refs:TimeZone
68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION()
75 TimeZone *tz; in PHP_FUNCTION()
106 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
116 timezone_object_construct(TimeZone::getGMT(), return_value, 0); in PHP_FUNCTION()
125 timezone_object_construct(&TimeZone::getUnknown(), return_value, 0); in PHP_FUNCTION()
142 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
151 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
174 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
208 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
250 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
280 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
314 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
327 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION()
357 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
385 TimeZone::getIanaID(id, result, status); in PHP_FUNCTION()
499 static constexpr TimeZone::EDisplayType display_types[] = {
500 TimeZone::SHORT, TimeZone::LONG,
501 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
502 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
503 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
509 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
538 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
643 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
681 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()