Home
last modified time | relevance | path

Searched refs:utimezone (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp56 to->utimezone = zone; in timezone_object_construct()
150 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
160 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()
241 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
256 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
275 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
280 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
305 tz = to->utimezone; in TimeZone_get_debug_info()
347 to->utimezone = NULL; in TimeZone_object_init()
365 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_class.h41 const TimeZone *utimezone; member
64 if (to->utimezone == NULL) { \
H A Dtimezone_methods.cpp412 to->utimezone->getID(id_us); in PHP_FUNCTION()
436 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()
459 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
485 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
503 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
509 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()
553 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
576 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
593 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()

Completed in 12 milliseconds