Home
last modified time | relevance | path

Searched refs:INTL_MAX_LOCALE_LEN (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/intl/
H A Dintl_data.h106 #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 Dphp_intl.c896 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 Dlocale_methods.c267 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 15 milliseconds