Home
last modified time | relevance | path

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

/php-src/ext/intl/
H A Dintl_data.h114 #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 Dphp_intl.stub.php9 const INTL_MAX_LOCALE_LEN = UNKNOWN; define
H A Dphp_intl_arginfo.h1168 REGISTER_LONG_CONSTANT("INTL_MAX_LOCALE_LEN", INTL_MAX_LOCALE_LEN, CONST_PERSISTENT); in register_php_intl_symbols()
/php-src/ext/intl/locale/
H A Dlocale_methods.c352 if (strlen(loc_name) > INTL_MAX_LOCALE_LEN) { in get_icu_value_internal()
1583 char resultLocale[INTL_MAX_LOCALE_LEN+1]; in PHP_FUNCTION()
1610 len = uloc_acceptLanguageFromHTTP(resultLocale, INTL_MAX_LOCALE_LEN, in PHP_FUNCTION()

Completed in 16 milliseconds