Lines Matching refs:locale
2 Test setlocale() function : usage variations - setting system locale = 0
10 die('skip en_US.utf8 locale not available');
15 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
17 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
21 //initially giving the locale
24 echo "Locale info, before setting the locale\n";
25 //returns current locale,before executing setlocale().
30 //Testing setlocale() by giving locale = 0
31 echo "Setting system locale, category = LC_ALL and locale = 0\n";
34 echo "Locale info, after setting the locale\n";
35 //returns current locale,after executing setlocale().
40 echo "Checking locale in the system, Expected : no change in the existing locale\n";
51 *** Testing setlocale() : usage variations - setting system locale = 0 ***
52 Locale info, before setting the locale
97 Setting system locale, category = LC_ALL and locale = 0
98 Locale info, after setting the locale
143 Checking locale in the system, Expected : no change in the existing locale