Searched refs:INTL_MAX_LOCALE_LEN (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/intl/ |
H A D | intl_data.h | 106 #define INTL_MAX_LOCALE_LEN (ULOC_FULLNAME_CAPACITY-1) macro 109 if((locale_len) > INTL_MAX_LOCALE_LEN) { \ 111 …msg, 0, "Locale string too long, should be no longer than %d characters", INTL_MAX_LOCALE_LEN); \ 118 if((locale_len) > INTL_MAX_LOCALE_LEN) { \ 120 …msg, 0, "Locale string too long, should be no longer than %d characters", INTL_MAX_LOCALE_LEN); \
|
H A D | php_intl.c | 896 REGISTER_LONG_CONSTANT("INTL_MAX_LOCALE_LEN", INTL_MAX_LOCALE_LEN, CONST_PERSISTENT | CONST_CS); in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ext/intl/locale/ |
H A D | locale_methods.c | 267 if (strlen(loc_name) > INTL_MAX_LOCALE_LEN) { in get_icu_value_internal() 1592 char resultLocale[INTL_MAX_LOCALE_LEN+1]; in PHP_FUNCTION() 1622 len = uloc_acceptLanguageFromHTTP(resultLocale, INTL_MAX_LOCALE_LEN, in PHP_FUNCTION()
|
Completed in 13 milliseconds