Lines Matching refs:TimeZone

72 	TimeZone *tz = TimeZone::createTimeZone(id);  in PHP_FUNCTION()
79 TimeZone *tz; in PHP_FUNCTION()
117 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
131 timezone_object_construct(TimeZone::getGMT(), return_value, 0); in PHP_FUNCTION()
145 timezone_object_construct(&TimeZone::getUnknown(), return_value, 0); in PHP_FUNCTION()
164 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
173 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
194 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
231 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
274 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
307 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
345 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
363 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION()
393 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
516 static const TimeZone::EDisplayType display_types[] = {
517 TimeZone::SHORT, TimeZone::LONG,
519 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
520 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
521 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
528 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
675 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
713 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()