Searched refs:timeZone (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 69 TimeZone *timeZone = NULL; in PHP_FUNCTION() local 147 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION() 158 if (intl_datetime_decompose(object, &date, &timeZone, NULL, in PHP_FUNCTION() 207 df->adoptTimeZone(timeZone); in PHP_FUNCTION() 208 timeZone = NULL; in PHP_FUNCTION() 228 delete timeZone; in PHP_FUNCTION()
|
/PHP-5.5/ext/intl/common/ |
H A D | common_date.cpp | 48 TimeZone *timeZone; local 88 timeZone = TimeZone::createTimeZone(s); 90 if (*timeZone == TimeZone::getUnknown()) { 93 timeZone->getID(resultingId); 102 delete timeZone; 105 return timeZone;
|
/PHP-5.5/ext/intl/timezone/ |
H A D | timezone_class.cpp | 61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone() argument 71 timeZone->getID(id); in timezone_convert_to_datetimezone() 89 tzobj->tzi.utc_offset = -1 * timeZone->getRawOffset() / (60 * 1000); in timezone_convert_to_datetimezone() 139 TimeZone *timeZone; in timezone_process_timezone_argument() local 160 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument() 161 if (timeZone == NULL) { in timezone_process_timezone_argument() 192 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument() 193 if (timeZone == NULL) { in timezone_process_timezone_argument() 201 if (timeZone->getID(gottenId) != id) { in timezone_process_timezone_argument() 208 delete timeZone; in timezone_process_timezone_argument() [all …]
|
H A D | timezone_class.h | 62 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 55 TimeZone *timeZone; in PHP_FUNCTION() local 68 if (timeZone == NULL) { in PHP_FUNCTION() 79 delete timeZone; in PHP_FUNCTION() 331 TimeZone *timeZone; in PHP_FUNCTION() local 349 if (timeZone == NULL) { in PHP_FUNCTION() 353 co->ucal->adoptTimeZone(timeZone); in PHP_FUNCTION() 1148 TimeZone *timeZone; in PHP_FUNCTION() local 1192 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION() 1196 if (timeZone == NULL) { in PHP_FUNCTION() 1205 cal = Calendar::createInstance(timeZone, in PHP_FUNCTION() [all …]
|
H A D | calendar_class.cpp | 314 ZEND_ARG_INFO(0, timeZone) 330 ZEND_ARG_INFO(0, timeZone)
|
/PHP-5.5/ext/intl/ |
H A D | php_intl.c | 476 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 ) 484 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 ) 489 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 ) 496 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 ) 503 ZEND_ARG_INFO( 0, timeZone ) 553 ZEND_ARG_INFO( 0, timeZone )
|
Completed in 30 milliseconds