Searched refs:utimezone (Results 1 – 3 of 3) sorted by relevance
54 to->utimezone = zone; in timezone_object_construct()149 if (to->utimezone == NULL) { in timezone_process_timezone_argument()159 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()240 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()255 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()277 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()282 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()307 tz = to->utimezone; in TimeZone_get_debug_info()349 to->utimezone = NULL; in TimeZone_object_init()360 delete to->utimezone; in TimeZone_objects_free()[all …]
39 const TimeZone *utimezone; member62 if (to->utimezone == NULL) { \
386 to->utimezone->getID(id_us); in PHP_FUNCTION()408 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()429 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()453 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()469 if (other_to->utimezone == NULL) { in PHP_FUNCTION()475 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()517 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()538 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()553 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
Completed in 16 milliseconds