Home
last modified time | relevance | path

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

/php-src/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()
106 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
142 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
385 TimeZone::getIanaID(id, result, status); in PHP_FUNCTION()
500 TimeZone::SHORT, TimeZone::LONG,
501 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
502 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
503 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
509 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
[all …]
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()
197 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
207 if (*timeZone == TimeZone::getUnknown()) { in timezone_process_timezone_argument()
236 TimeZone *newTimeZone = to_orig->utimezone->clone(); in TimeZone_clone_obj()
282 const TimeZone *tz; in TimeZone_get_debug_info()
H A Dtimezone_arginfo.h178 ZVAL_LONG(&const_DISPLAY_SHORT_value, TimeZone::SHORT); in register_class_IntlTimeZone()
184 ZVAL_LONG(&const_DISPLAY_LONG_value, TimeZone::LONG); in register_class_IntlTimeZone()
190 ZVAL_LONG(&const_DISPLAY_SHORT_GENERIC_value, TimeZone::SHORT_GENERIC); in register_class_IntlTimeZone()
196 ZVAL_LONG(&const_DISPLAY_LONG_GENERIC_value, TimeZone::LONG_GENERIC); in register_class_IntlTimeZone()
202 ZVAL_LONG(&const_DISPLAY_SHORT_GMT_value, TimeZone::SHORT_GMT); in register_class_IntlTimeZone()
208 ZVAL_LONG(&const_DISPLAY_LONG_GMT_value, TimeZone::LONG_GMT); in register_class_IntlTimeZone()
214 ZVAL_LONG(&const_DISPLAY_SHORT_COMMONLY_USED_value, TimeZone::SHORT_COMMONLY_USED); in register_class_IntlTimeZone()
220 ZVAL_LONG(&const_DISPLAY_GENERIC_LOCATION_value, TimeZone::GENERIC_LOCATION); in register_class_IntlTimeZone()
/php-src/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-src/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_create.cpp63 TimeZone *timezone = NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp73 TimeZone *timeZone = NULL; in PHP_FUNCTION()
/php-src/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-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp75 TimeZone *tz = TimeZone::createTimeZone(tzstr); in set_gregorian_calendar_time_zone()
146 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp78 TimeZone *timeZone; in PHP_FUNCTION()
304 TimeZone *timeZone; in PHP_FUNCTION()
697 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1006 TimeZone *timeZone; in PHP_FUNCTION()
1046 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
1120 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
/php-src/ext/pgsql/tests/
H A D00version.phpt41 ["TimeZone"]=>
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp298 TimeZone *used_tz = NULL; in umsg_set_timezone()
/php-src/ext/date/lib/
H A Dparse_date.re980 /* Otherwise, we look if we have a TimeZone identifier */

Completed in 33 milliseconds