Lines Matching refs:setlocale
2 Test setlocale() function : basic functionality - set locale using an array
8 if (setlocale(LC_ALL, "en_US.utf8", "en_AU.utf8", "ko_KR.utf8", "zh_CN.utf8", "de_DE.utf8", "es_EC.…
14 /* Test the setlocale() when an array is provided as input containing list of locales */
36 input to setlocale() */
38 echo "*** Testing setlocale() with an array containing list of locales ***\n";
73 // given as input to setlocale(), later verify the new locale setting by
83 // setlocale() function.
84 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
87 $new_locale = setlocale(LC_ALL, $list_of_locales);
112 *** Testing setlocale() with an array containing list of locales ***
113 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --