Home
last modified time | relevance | path

Searched refs:TimeZone (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.h29 typedef void TimeZone; typedef
31 using icu::TimeZone;
39 const TimeZone *utimezone;
58 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to)
67 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
68 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func…
70 void timezone_object_construct(const TimeZone *zone, zval *object, int owned);
H A Dtimezone_methods.cpp68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION()
75 TimeZone *tz; in PHP_FUNCTION()
109 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
148 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
215 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
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()
[all …]
H A Dtimezone_arginfo.h175 ZVAL_LONG(&const_DISPLAY_SHORT_value, TimeZone::SHORT); in register_class_IntlTimeZone()
181 ZVAL_LONG(&const_DISPLAY_LONG_value, TimeZone::LONG); in register_class_IntlTimeZone()
187 ZVAL_LONG(&const_DISPLAY_SHORT_GENERIC_value, TimeZone::SHORT_GENERIC); in register_class_IntlTimeZone()
193 ZVAL_LONG(&const_DISPLAY_LONG_GENERIC_value, TimeZone::LONG_GENERIC); in register_class_IntlTimeZone()
199 ZVAL_LONG(&const_DISPLAY_SHORT_GMT_value, TimeZone::SHORT_GMT); in register_class_IntlTimeZone()
205 ZVAL_LONG(&const_DISPLAY_LONG_GMT_value, TimeZone::LONG_GMT); in register_class_IntlTimeZone()
211 ZVAL_LONG(&const_DISPLAY_SHORT_COMMONLY_USED_value, TimeZone::SHORT_COMMONLY_USED); in register_class_IntlTimeZone()
217 ZVAL_LONG(&const_DISPLAY_GENERIC_LOCATION_value, TimeZone::GENERIC_LOCATION); in register_class_IntlTimeZone()
H A Dtimezone_class.cpp48 U_CFUNC void timezone_object_construct(const TimeZone *zone, zval *object, int owned) in timezone_object_construct()
61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone()
130 U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, in timezone_process_timezone_argument()
136 TimeZone *timeZone; in timezone_process_timezone_argument()
195 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
205 if (*timeZone == TimeZone::getUnknown()) { in timezone_process_timezone_argument()
241 TimeZone *newTimeZone; in TimeZone_clone_obj()
296 const TimeZone *tz; in TimeZone_get_debug_info()
/PHP-8.3/ext/intl/common/
H A Dcommon_date.h29 using icu::TimeZone;
31 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error…
32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
H A Dcommon_date.cpp26 using icu::TimeZone;
33 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, in timezone_convert_datetimezone()
43 TimeZone *timeZone; in timezone_convert_datetimezone()
83 timeZone = TimeZone::createTimeZone(s); in timezone_convert_datetimezone()
84 if (*timeZone == TimeZone::getUnknown()) { in timezone_convert_datetimezone()
97 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose()
147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp70 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION()
71 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
86 TimeZone *timezone; in PHP_FUNCTION()
197 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
H A Ddateformat_format_object.cpp73 TimeZone *timeZone = NULL; in PHP_FUNCTION()
H A Ddateformat_create.cpp63 TimeZone *timezone = NULL; in datefmt_ctor()
/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp75 TimeZone *tz = TimeZone::createTimeZone(tzstr); in set_gregorian_calendar_time_zone()
138 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp78 TimeZone *timeZone; in PHP_FUNCTION()
306 TimeZone *timeZone; in PHP_FUNCTION()
691 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1000 TimeZone *timeZone; in PHP_FUNCTION()
1040 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
1114 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
/PHP-8.3/ext/date/tests/
H A Dbug42910.phpt2 Bug #42910 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone)
H A Dbug40743.phpt2 Bug #40743 (DateTime ignores the TimeZone object passed to the constructor)
/PHP-8.3/ext/pgsql/tests/
H A D00version.phpt41 ["TimeZone"]=>
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp298 TimeZone *used_tz = NULL; in umsg_set_timezone()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re980 /* Otherwise, we look if we have a TimeZone identifier */

Completed in 68 milliseconds