Lines Matching refs:locale
2 Test setlocale() function : usage variations - Setting system locale as empty string
17 /* If locale is empty string "", the locale names will be set from the values of environment variab…
19 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n";
21 //initially setting the locale
24 echo "Locale info, before setting the locale\n";
26 //returns current locale,before executing setlocale() .
31 //Testing setlocale() by giving locale = null
32 echo "Setting system locale, category = LC_ALL and locale = \"\"\n";
35 echo "Locale info, after setting the locale\n";
37 //Returns Current locale,after executing setlocale().
42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
53 *** Testing setlocale() : usage variations - setting system locale = "" ***
54 Locale info, before setting the locale
99 Setting system locale, category = LC_ALL and locale = ""
100 Locale info, after setting the locale
145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…