Lines Matching refs:TimeZone

68 	TimeZone *tz = TimeZone::createTimeZone(id);  in PHP_FUNCTION()
75 TimeZone *tz; in PHP_FUNCTION()
109 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
121 timezone_object_construct(TimeZone::getGMT(), return_value, 0); in PHP_FUNCTION()
132 timezone_object_construct(&TimeZone::getUnknown(), return_value, 0); in PHP_FUNCTION()
148 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
157 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
180 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
215 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
255 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
285 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
320 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
335 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION()
365 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
478 static constexpr TimeZone::EDisplayType display_types[] = {
479 TimeZone::SHORT, TimeZone::LONG,
480 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
481 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
482 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
488 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
517 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
623 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
659 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()