Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/
H A Dintl_data.h88 #define INTL_MAX_LOCALE_LEN 80 macro
91 if((locale_len) > INTL_MAX_LOCALE_LEN) { \
98 if((locale_len) > INTL_MAX_LOCALE_LEN) { \
H A Dphp_intl.c545 REGISTER_LONG_CONSTANT("INTL_MAX_LOCALE_LEN", INTL_MAX_LOCALE_LEN, CONST_CS); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c1586 char resultLocale[INTL_MAX_LOCALE_LEN+1]; in PHP_FUNCTION()
1598 len = uloc_acceptLanguageFromHTTP(resultLocale, INTL_MAX_LOCALE_LEN, in PHP_FUNCTION()

Completed in 11 milliseconds