Searched refs:utimezone (Results 1 – 3 of 3) sorted by relevance
54 to->utimezone = zone; in timezone_object_construct()151 if (to->utimezone == NULL) { in timezone_process_timezone_argument()161 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()235 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()241 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()263 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()268 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()293 tz = to->utimezone; in TimeZone_get_debug_info()335 to->utimezone = NULL; in TimeZone_object_init()346 delete to->utimezone; in TimeZone_objects_free()[all …]
39 const TimeZone *utimezone; member62 if (to->utimezone == NULL) { \
407 to->utimezone->getID(id_us); in PHP_FUNCTION()429 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()450 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()474 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()490 if (other_to->utimezone == NULL) { in PHP_FUNCTION()496 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()538 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()558 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()573 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
Completed in 10 milliseconds