locale 45 ext/fileinfo/libmagic/funcs.c #include <locale.h> locale 42 ext/fileinfo/libmagic/readcdf.c #include <locale.h> locale 44 ext/fileinfo/libmagic/softmagic.c #include <locale.h> locale 30 ext/intl/collator/collator_create.c const char* locale; locale 40 ext/intl/collator/collator_create.c &locale, &locale_len ) == FAILURE ) locale 51 ext/intl/collator/collator_create.c locale = intl_locale_get_default(); locale 55 ext/intl/collator/collator_create.c co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); locale 126 ext/intl/dateformat/dateformat_class.c ZEND_ARG_INFO(0, locale) locale 149 ext/intl/dateformat/dateformat_class.c ZEND_ARG_INFO(0, locale) locale 31 ext/intl/dateformat/dateformat_helpers.h Locale const& locale, locale 141 ext/intl/formatter/formatter_class.c ZEND_ARG_INFO(0, locale) locale 30 ext/intl/formatter/formatter_main.c const char* locale; locale 41 ext/intl/formatter/formatter_main.c &locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE ) locale 59 ext/intl/formatter/formatter_main.c locale = intl_locale_get_default(); locale 63 ext/intl/formatter/formatter_main.c FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo)); locale 31 ext/intl/msgformat/msgformat.c const char* locale; locale 44 ext/intl/msgformat/msgformat.c &locale, &locale_len, &pattern, &pattern_len ) == FAILURE ) locale 64 ext/intl/msgformat/msgformat.c locale = intl_locale_get_default(); locale 81 ext/intl/msgformat/msgformat.c MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(mfo)); locale 105 ext/intl/msgformat/msgformat_class.c ZEND_ARG_INFO(0, locale) locale 113 ext/intl/msgformat/msgformat_class.c ZEND_ARG_INFO(0, locale) locale 246 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 295 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 313 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 324 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 361 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 366 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 389 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 493 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 505 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 542 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 80 ext/intl/resourcebundle/resourcebundle_class.c const char *locale; locale 91 ext/intl/resourcebundle/resourcebundle_class.c &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) locale 100 ext/intl/resourcebundle/resourcebundle_class.c if (locale == NULL) { locale 101 ext/intl/resourcebundle/resourcebundle_class.c locale = intl_locale_get_default(); locale 105 ext/intl/resourcebundle/resourcebundle_class.c rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); locale 107 ext/intl/resourcebundle/resourcebundle_class.c rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); locale 118 ext/intl/resourcebundle/resourcebundle_class.c bundlename ? bundlename : "(default data)", locale, locale 132 ext/intl/resourcebundle/resourcebundle_class.c ZEND_ARG_INFO( 0, locale ) locale 208 ext/intl/resourcebundle/resourcebundle_class.c const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); locale 210 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element %d without fallback from to %s", meindex, locale ); locale 212 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element '%s' without fallback from to %s", mekey, locale ); locale 112 ext/pcre/php_pcre.c if (pce->locale) { locale 113 ext/pcre/php_pcre.c zend_string_release(pce->locale); locale 295 ext/pcre/php_pcre.c if (pce->locale == BG(locale_string) || locale 296 ext/pcre/php_pcre.c (pce->locale && BG(locale_string) && locale 297 ext/pcre/php_pcre.c ZSTR_LEN(pce->locale) == ZSTR_LEN(BG(locale_string)) && locale 298 ext/pcre/php_pcre.c !memcmp(ZSTR_VAL(pce->locale), ZSTR_VAL(BG(locale_string)), ZSTR_LEN(pce->locale))) || locale 299 ext/pcre/php_pcre.c (!pce->locale && locale 303 ext/pcre/php_pcre.c ZSTR_LEN(pce->locale) == 1 && locale 304 ext/pcre/php_pcre.c ZSTR_VAL(pce->locale)[0] == 'C')) { locale 490 ext/pcre/php_pcre.c new_entry.locale = BG(locale_string) ? locale 53 ext/pcre/php_pcre.h zend_string *locale;