Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.h31 typedef void TimeZone; typedef
41 const TimeZone *utimezone;
53 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to)
54 #define TIMEZONE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(TimeZone, to)
62 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
63 TimeZone *timezone_process_timezone_argument(zval **zv_timezone, intl_error *error, const char *fun…
65 void timezone_object_construct(const TimeZone *zone, zval *object, int owned TSRMLS_DC);
H A Dtimezone_methods.cpp69 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION()
76 TimeZone *tz; in PHP_FUNCTION()
114 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
161 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
195 se = TimeZone::createEnumeration(Z_STRVAL_PP(arg)); in PHP_FUNCTION()
232 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
527 TimeZone::SHORT, TimeZone::LONG,
529 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
530 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
531 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
[all …]
H A Dtimezone_class.cpp61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone()
132 U_CFUNC TimeZone *timezone_process_timezone_argument(zval **zv_timezone, in timezone_process_timezone_argument()
139 TimeZone *timeZone; in timezone_process_timezone_argument()
192 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
236 TimeZone *newTimeZone; in TimeZone_clone_obj()
288 const TimeZone *tz; in TimeZone_get_debug_info()
519 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT); in timezone_register_IntlTimeZone_class()
520 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG); in timezone_register_IntlTimeZone_class()
524 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG_GENERIC", TimeZone::LONG_GENERIC); in timezone_register_IntlTimeZone_class()
525 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT); in timezone_register_IntlTimeZone_class()
[all …]
/PHP-5.5/ext/intl/common/
H A Dcommon_date.h31 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.cpp38 U_CFUNC TimeZone *timezone_convert_datetimezone(int type,
48 TimeZone *timeZone;
88 timeZone = TimeZone::createTimeZone(s);
90 if (*timeZone == TimeZone::getUnknown()) {
109 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
158 *tz = TimeZone::getGMT()->clone();
/PHP-5.5/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()
115 TimeZone *timezone; in PHP_FUNCTION()
235 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
H A Ddateformat_create.cpp53 TimeZone *timezone = NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp69 TimeZone *timeZone = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp90 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
157 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp55 TimeZone *timeZone; in PHP_FUNCTION()
331 TimeZone *timeZone; in PHP_FUNCTION()
782 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1148 TimeZone *timeZone; in PHP_FUNCTION()
1192 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
1270 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp319 TimeZone *used_tz = NULL; in umsg_set_timezone()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re779 /* Otherwise, we look if we have a TimeZone identifier */
/PHP-5.5/
H A DNEWS7033 - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone). (Deric…

Completed in 51 milliseconds