Lines Matching refs:locale
2 Test setlocale() function : usage variations - setting system locale = 0
9 die('skip en_US.utf8 locale not available');
14 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
16 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
20 //initially giving the locale
23 echo "Locale info, before setting the locale\n";
24 //returns current locale,before executing setlocale().
29 //Testing setlocale() by giving locale = 0
30 echo "Setting system locale, category = LC_ALL and locale = 0\n";
33 echo "Locale info, after setting the locale\n";
34 //returns current locale,after executing setlocale().
39 echo "Checking locale in the system, Expected : no change in the existing locale\n";
50 *** Testing setlocale() : usage variations - setting system locale = 0 ***
51 Locale info, before setting the locale
100 Setting system locale, category = LC_ALL and locale = 0
101 Locale info, after setting the locale
150 Checking locale in the system, Expected : no change in the existing locale