Searched refs:INTL_MAX_LOCALE_LEN (Results 1 – 3 of 3) sorted by relevance
88 #define INTL_MAX_LOCALE_LEN 80 macro91 if((locale_len) > INTL_MAX_LOCALE_LEN) { \98 if((locale_len) > INTL_MAX_LOCALE_LEN) { \
594 REGISTER_LONG_CONSTANT("INTL_MAX_LOCALE_LEN", INTL_MAX_LOCALE_LEN, CONST_CS); in PHP_MINIT_FUNCTION()
1589 char resultLocale[INTL_MAX_LOCALE_LEN+1]; in PHP_FUNCTION()1601 len = uloc_acceptLanguageFromHTTP(resultLocale, INTL_MAX_LOCALE_LEN, in PHP_FUNCTION()
Completed in 13 milliseconds