Home
last modified time | relevance | path

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

12

/dports/www/mod_php81/php-8.1.1/ext/intl/timezone/
H A Dtimezone_class.cpp54 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 …]
H A Dtimezone_methods.cpp386 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()
/dports/lang/php81/php-8.1.1/ext/intl/timezone/
H A Dtimezone_class.cpp54 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 …]
H A Dtimezone_methods.cpp386 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()
/dports/lang/php80/php-8.0.15/ext/intl/timezone/
H A Dtimezone_class.cpp54 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()
367 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp386 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()
/dports/devel/php81-intl/php-8.1.1/ext/intl/timezone/
H A Dtimezone_class.cpp54 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 …]
H A Dtimezone_methods.cpp386 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()
/dports/devel/php80-intl/php-8.0.15/ext/intl/timezone/
H A Dtimezone_class.cpp54 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()
367 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp386 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()
/dports/www/mod_php80/php-8.0.15/ext/intl/timezone/
H A Dtimezone_class.cpp54 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()
367 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp386 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()
/dports/lang/php73/php-7.3.33/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()
239 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
254 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
273 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
278 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
303 tz = to->utimezone; in TimeZone_get_debug_info()
345 to->utimezone = NULL; in TimeZone_object_init()
363 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp416 to->utimezone->getID(id_us); in PHP_FUNCTION()
440 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()
463 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
489 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
507 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
513 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()
559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
582 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
599 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
H A Dtimezone_class.h41 const TimeZone *utimezone; member
64 if (to->utimezone == NULL) { \
/dports/lang/php74/php-7.4.27/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_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()
/dports/devel/php73-intl/php-7.3.33/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()
239 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
254 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
273 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
278 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
303 tz = to->utimezone; in TimeZone_get_debug_info()
345 to->utimezone = NULL; in TimeZone_object_init()
363 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp416 to->utimezone->getID(id_us); in PHP_FUNCTION()
440 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()
463 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
489 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
507 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
513 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()
559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
582 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
599 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
/dports/devel/php74-intl/php-7.4.27/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_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()
/dports/www/mod_php73/php-7.3.33/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()
239 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
254 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
273 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
278 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
303 tz = to->utimezone; in TimeZone_get_debug_info()
345 to->utimezone = NULL; in TimeZone_object_init()
363 delete to->utimezone; in TimeZone_objects_free()
[all …]
H A Dtimezone_methods.cpp416 to->utimezone->getID(id_us); in PHP_FUNCTION()
440 RETURN_BOOL(to->utimezone->useDaylightTime()); in PHP_FUNCTION()
463 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
489 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
507 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
513 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()
559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
582 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
599 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/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_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()

12