Home
last modified time | relevance | path

Searched refs:setlocale (Results 151 – 175 of 177) sorted by relevance

12345678

/PHP-5.5/ext/date/tests/
H A Dstrftime_variation6.phpt14 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation6.phpt15 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation7.phpt15 setlocale(LC_ALL, "en_US");
H A Dstrftime_variation15.phpt20 setlocale(LC_ALL, "en_US");
H A Dstrftime_variation16.phpt20 setlocale(LC_ALL, "en_US");
/PHP-5.5/ext/pcre/pcrelib/
H A Ddftables.c74 setlocale(LC_ALL, ""); /* Set from environment variables */ in main()
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c305 tmp = setlocale(LC_CTYPE, NULL); in seek_to_tz_position()
309 setlocale(LC_CTYPE, "C"); in seek_to_tz_position()
323 setlocale(LC_CTYPE, cur_locale); in seek_to_tz_position()
332 setlocale(LC_CTYPE, cur_locale); in seek_to_tz_position()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities-utf-2.phpt7 @setlocale (LC_CTYPE, "C");
H A Dhtmlentities-utf.phpt7 @setlocale (LC_CTYPE, "C");
H A Dget_html_translation_table_variation2.phpt15 setlocale(LC_ALL, "en_US.UTF-8");
H A Dstrtolower-win32.phpt5 if( (substr(PHP_OS, 0, 3) != "WIN") || (setlocale(LC_CTYPE, "") != "English_United States.1252") )
H A Dstrtoupper1-win32.phpt5 if( (substr(PHP_OS, 0, 3) != "WIN") || (setlocale(LC_CTYPE, "") != "English_United States.1252") )
H A Dget_html_translation_table_basic2.phpt13 setlocale(LC_ALL, "en_US.UTF-8");
/PHP-5.5/ext/ctype/tests/
H A Dctype_graph_variation2.phpt19 $orig = setlocale(LC_CTYPE, "C");
27 setlocale(LC_CTYPE, $orig);
H A Dctype_print_variation2.phpt19 $orig = setlocale(LC_CTYPE, "C");
27 setlocale(LC_CTYPE, $orig);
/PHP-5.5/ext/standard/
H A Dphp_string.h73 PHP_FUNCTION(setlocale);
H A Dstring.c51 #define php_my_setlocale setlocale
54 #ifdef setlocale
55 # undef setlocale
4378 PHP_FUNCTION(setlocale) argument
H A Dhtml.c415 localename = setlocale(LC_CTYPE, NULL); in determine_charset()
H A Dbasic_functions.c2804 PHP_FE(setlocale, arginfo_setlocale)
3805 setlocale(LC_ALL, "C"); in PHP_RSHUTDOWN_FUNCTION()
3806 setlocale(LC_CTYPE, ""); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/calendar/
H A Djewish.c264 #pragma setlocale("english")
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt7 if (!setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8")) {
13 setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dmktable.c1151 setlocale(LC_ALL, "C"); in main()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c277 locale = setlocale(LC_CTYPE, NULL); in pcre_get_compiled_regex_cache()
/PHP-5.5/main/
H A Dmain.c2107 setlocale(LC_CTYPE, ""); in php_module_startup()
/PHP-5.5/
H A Dconfigure.in654 setlocale \

Completed in 94 milliseconds

12345678