Searched refs:TimeZone (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/ext/intl/timezone/ |
H A D | timezone_class.h | 31 typedef void TimeZone; typedef 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 D | timezone_methods.cpp | 68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() 75 TimeZone *tz; in PHP_FUNCTION() 113 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() 160 se = TimeZone::createEnumeration(); in PHP_FUNCTION() 192 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION() 229 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION() 517 TimeZone::SHORT, TimeZone::LONG, 519 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC, 520 TimeZone::SHORT_GMT, TimeZone::LONG_GMT, 521 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION [all …]
|
H A D | timezone_class.cpp | 61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone() 129 U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, in timezone_process_timezone_argument() 135 TimeZone *timeZone; in timezone_process_timezone_argument() 192 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument() 238 TimeZone *newTimeZone; in TimeZone_clone_obj() 290 const TimeZone *tz; in TimeZone_get_debug_info() 515 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT); in timezone_register_IntlTimeZone_class() 516 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG); in timezone_register_IntlTimeZone_class() 520 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG_GENERIC", TimeZone::LONG_GENERIC); in timezone_register_IntlTimeZone_class() 521 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT); in timezone_register_IntlTimeZone_class() [all …]
|
/PHP-7.0/ext/intl/common/ |
H A D | common_date.h | 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 D | common_date.cpp | 38 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, 156 *tz = TimeZone::getGMT()->clone();
|
/PHP-7.0/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 85 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 D | dateformat_create.cpp | 65 TimeZone *timezone = NULL; in datefmt_ctor()
|
H A D | dateformat_format_object.cpp | 69 TimeZone *timeZone = NULL; in PHP_FUNCTION()
|
/PHP-7.0/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 110 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() 200 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
|
H A D | calendar_methods.cpp | 55 TimeZone *timeZone; in PHP_FUNCTION() 331 TimeZone *timeZone; in PHP_FUNCTION() 761 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() 1124 TimeZone *timeZone; in PHP_FUNCTION() 1167 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION() 1243 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
|
/PHP-7.0/ext/date/tests/ |
H A D | bug42910.phpt | 2 Bug #42910 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone)
|
H A D | bug40743.phpt | 2 Bug #40743 (DateTime ignores the TimeZone object passed to the constructor)
|
/PHP-7.0/ext/pgsql/tests/ |
H A D | 00version.phpt | 40 ["TimeZone"]=>
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 323 TimeZone *used_tz = NULL; in umsg_set_timezone()
|
/PHP-7.0/ext/date/lib/ |
H A D | parse_date.re | 789 /* Otherwise, we look if we have a TimeZone identifier */
|
Completed in 37 milliseconds