Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp54 to->utimezone = zone; in timezone_object_construct()
151 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
160 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()
235 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
250 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
269 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
274 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
299 tz = to->utimezone; in TimeZone_get_debug_info()
337 to->utimezone = NULL; in TimeZone_object_init()
356 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_class.h41 const TimeZone *utimezone; member
57 if (to->utimezone == NULL) { \
H A Dtimezone_methods.cpp425 to->utimezone->getID(id_us); in PHP_FUNCTION()
450 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()
473 to->utimezone->getOffset(date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
499 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
517 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
523 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()
569 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
593 RETURN_LONG((long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
609 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()

Completed in 10 milliseconds