Searched refs:INTL_CHECK_STATUS (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 257 INTL_CHECK_STATUS(uec, "intltz_create_time_zone_id_enumeration: " in PHP_FUNCTION() 286 INTL_CHECK_STATUS(status, "intltz_get_canonical_id: error obtaining canonical ID"); in PHP_FUNCTION() 289 INTL_CHECK_STATUS(status, in PHP_FUNCTION() 321 INTL_CHECK_STATUS(status, "intltz_get_region: Error obtaining region"); in PHP_FUNCTION() 336 INTL_CHECK_STATUS(status, "intltz_get_tz_data_version: " in PHP_FUNCTION() 369 INTL_CHECK_STATUS(status, "intltz_get_equivalent_id: " in PHP_FUNCTION() 624 INTL_CHECK_STATUS(error, "intltz_get_windows_id: Unable to get timezone from windows ID"); in PHP_FUNCTION() 633 INTL_CHECK_STATUS(error, "intltz_get_windows_id: could not convert time zone id to UTF-8"); in PHP_FUNCTION() 660 INTL_CHECK_STATUS(error, "intltz_get_id_for_windows_id: Unable to get windows ID for timezone"); in PHP_FUNCTION() 669 INTL_CHECK_STATUS(error, "intltz_get_id_for_windows_id: could not convert time zone id to UTF-8"); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/ |
H A D | intl_data.h | 47 #define INTL_CHECK_STATUS(err, msg) \ macro
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 308 INTL_CHECK_STATUS(icuerror, "Cannot fetch locales list"); in PHP_FUNCTION() 311 INTL_CHECK_STATUS(icuerror, "Cannot iterate locales list"); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.c | 315 INTL_CHECK_STATUS(error, NULL); in IC_METHOD() 512 INTL_CHECK_STATUS(error, "Failed getting closure"); in IC_METHOD() 517 INTL_CHECK_STATUS(error, "Failed converting output to UTF8"); in IC_METHOD()
|
/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 234 INTL_CHECK_STATUS( status, in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/locale/ |
H A D | locale_methods.c | 1525 INTL_CHECK_STATUS(status, "locale_accept_from_http: failed to retrieve locale list"); in PHP_FUNCTION() 1529 INTL_CHECK_STATUS(status, "locale_accept_from_http: failed to find acceptable locale"); in PHP_FUNCTION()
|
Completed in 19 milliseconds