Home
last modified time | relevance | path

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

/PHP-8.0/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_class.cpp61 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()
426 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT); in timezone_register_IntlTimeZone_class()
427 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG); in timezone_register_IntlTimeZone_class()
431 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT); in timezone_register_IntlTimeZone_class()
[all …]
/PHP-8.0/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.0/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()
195 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
H A Ddateformat_create.cpp63 TimeZone *timezone = NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp73 TimeZone *timeZone = NULL; in PHP_FUNCTION()
/PHP-8.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp98 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
179 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp78 TimeZone *timeZone; in PHP_FUNCTION()
306 TimeZone *timeZone; in PHP_FUNCTION()
639 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
950 TimeZone *timeZone; in PHP_FUNCTION()
990 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
1064 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
/PHP-8.0/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.0/ext/pgsql/tests/
H A D00version.phpt40 ["TimeZone"]=>
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp298 TimeZone *used_tz = NULL; in umsg_set_timezone()
/PHP-8.0/ext/date/lib/
H A Dparse_date.re870 /* Otherwise, we look if we have a TimeZone identifier */

Completed in 27 milliseconds