locale 45 ext/fileinfo/libmagic/funcs.c #include <locale.h> locale 42 ext/fileinfo/libmagic/readcdf.c #include <locale.h> locale 30 ext/intl/collator/collator_create.c const char* locale; locale 39 ext/intl/collator/collator_create.c &locale, &locale_len ) == FAILURE ) locale 51 ext/intl/collator/collator_create.c locale = intl_locale_get_default(TSRMLS_C); locale 55 ext/intl/collator/collator_create.c co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); locale 135 ext/intl/dateformat/dateformat_class.c ZEND_ARG_INFO(0, locale) locale 158 ext/intl/dateformat/dateformat_class.c ZEND_ARG_INFO(0, locale) locale 31 ext/intl/dateformat/dateformat_helpers.h Locale const& locale, locale 153 ext/intl/formatter/formatter_class.c ZEND_ARG_INFO(0, locale) locale 30 ext/intl/formatter/formatter_main.c const char* locale; locale 40 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(TSRMLS_C); 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 43 ext/intl/msgformat/msgformat.c &locale, &locale_len, &pattern, &pattern_len ) == FAILURE ) locale 64 ext/intl/msgformat/msgformat.c locale = intl_locale_get_default(TSRMLS_C); locale 81 ext/intl/msgformat/msgformat.c MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(mfo)); locale 115 ext/intl/msgformat/msgformat_class.c ZEND_ARG_INFO(0, locale) locale 123 ext/intl/msgformat/msgformat_class.c ZEND_ARG_INFO(0, locale) locale 245 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 294 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 312 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 323 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 360 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 365 ext/intl/php_intl.c ZEND_ARG_INFO(0, locale) locale 388 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 492 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 504 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 541 ext/intl/php_intl.c ZEND_ARG_INFO( 0, locale ) locale 84 ext/intl/resourcebundle/resourcebundle_class.c const char *locale; locale 94 ext/intl/resourcebundle/resourcebundle_class.c &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) locale 104 ext/intl/resourcebundle/resourcebundle_class.c if (locale == NULL) { locale 105 ext/intl/resourcebundle/resourcebundle_class.c locale = intl_locale_get_default(TSRMLS_C); locale 109 ext/intl/resourcebundle/resourcebundle_class.c rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); locale 111 ext/intl/resourcebundle/resourcebundle_class.c rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); locale 122 ext/intl/resourcebundle/resourcebundle_class.c bundlename ? bundlename : "(default data)", locale, locale 135 ext/intl/resourcebundle/resourcebundle_class.c ZEND_ARG_INFO( 0, locale ) locale 200 ext/intl/resourcebundle/resourcebundle_class.c const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); locale 202 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element %d without fallback from to %s", meindex, locale ); locale 204 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element '%s' without fallback from to %s", mekey, locale ); locale 102 ext/pcre/php_pcre.c pefree(pce->locale, 1); locale 272 ext/pcre/php_pcre.c char *locale; locale 282 ext/pcre/php_pcre.c locale = setlocale(LC_CTYPE, NULL); locale 296 ext/pcre/php_pcre.c if (!strcmp(pce->locale, locale)) { locale 419 ext/pcre/php_pcre.c if (strcmp(locale, "C")) locale 471 ext/pcre/php_pcre.c new_entry.locale = pestrdup(locale, 1); locale 48 ext/pcre/php_pcre.h char *locale;