Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.h31 typedef void TimeZone; typedef
33 using icu::TimeZone;
41 const TimeZone *utimezone;
60 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to)
69 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
70 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func…
72 void timezone_object_construct(const TimeZone *zone, zval *object, int owned);
H A Dtimezone_methods.cpp72 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION()
79 TimeZone *tz; in PHP_FUNCTION()
117 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
162 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
231 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
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()
[all …]
H A Dtimezone_class.cpp63 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone()
131 U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, in timezone_process_timezone_argument()
137 TimeZone *timeZone; in timezone_process_timezone_argument()
196 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
206 if (*timeZone == TimeZone::getUnknown()) { in timezone_process_timezone_argument()
242 TimeZone *newTimeZone; in TimeZone_clone_obj()
294 const TimeZone *tz; in TimeZone_get_debug_info()
527 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT); in timezone_register_IntlTimeZone_class()
528 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG); in timezone_register_IntlTimeZone_class()
532 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT); in timezone_register_IntlTimeZone_class()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_date.h31 using icu::TimeZone;
33 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error…
34 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
H A Dcommon_date.cpp28 using icu::TimeZone;
35 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, in timezone_convert_datetimezone()
45 TimeZone *timeZone; in timezone_convert_datetimezone()
85 timeZone = TimeZone::createTimeZone(s); in timezone_convert_datetimezone()
86 if (*timeZone == TimeZone::getUnknown()) { in timezone_convert_datetimezone()
99 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose()
149 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION()
86 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
102 TimeZone *timezone; in PHP_FUNCTION()
222 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
H A Ddateformat_create.cpp61 TimeZone *timezone = NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp75 TimeZone *timeZone = NULL; in PHP_FUNCTION()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp117 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
202 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp60 TimeZone *timeZone; in PHP_FUNCTION()
334 TimeZone *timeZone; in PHP_FUNCTION()
766 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1121 TimeZone *timeZone; in PHP_FUNCTION()
1164 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
1240 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
/PHP-7.4/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-7.4/ext/pgsql/tests/
H A D00version.phpt40 ["TimeZone"]=>
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp301 TimeZone *used_tz = NULL; in umsg_set_timezone()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re850 /* Otherwise, we look if we have a TimeZone identifier */

Completed in 41 milliseconds