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()
144 timezone_object_construct(&TimeZone::getUnknown(), return_value, 0); in PHP_FUNCTION()
162 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
171 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()
273 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
305 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
342 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
359 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION()
389 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
512 static const TimeZone::EDisplayType display_types[] = {
513 TimeZone::SHORT, TimeZone::LONG,
514 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
515 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
516 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
522 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
553 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
669 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
707 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()