Searched refs:INTL_MAX_LOCALE_LEN (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/intl/ |
H A D | intl_data.h | 114 #define INTL_MAX_LOCALE_LEN (ULOC_FULLNAME_CAPACITY-1) macro 117 if((locale_len) > INTL_MAX_LOCALE_LEN) { \ 119 …msg, 0, "Locale string too long, should be no longer than %d characters", INTL_MAX_LOCALE_LEN); \ 126 if((locale_len) > INTL_MAX_LOCALE_LEN) { \ 128 …msg, 0, "Locale string too long, should be no longer than %d characters", INTL_MAX_LOCALE_LEN); \
|
H A D | php_intl.stub.php | 9 const INTL_MAX_LOCALE_LEN = UNKNOWN; define
|
H A D | php_intl_arginfo.h | 1176 REGISTER_LONG_CONSTANT("INTL_MAX_LOCALE_LEN", INTL_MAX_LOCALE_LEN, CONST_PERSISTENT); in register_php_intl_symbols()
|
/PHP-8.2/ext/intl/locale/ |
H A D | locale_methods.c | 355 if (strlen(loc_name) > INTL_MAX_LOCALE_LEN) { in get_icu_value_internal() 1591 char resultLocale[INTL_MAX_LOCALE_LEN+1]; in PHP_FUNCTION() 1619 len = uloc_acceptLanguageFromHTTP(resultLocale, INTL_MAX_LOCALE_LEN, in PHP_FUNCTION()
|
Completed in 19 milliseconds