Lines Matching refs:locales
2 Test setlocale() function : basic functionality - passing multiple locales as argument
10 die('skip en_US.utf8/Ko_KR.utf8/zh_CN.utf8 locales not available');
15 /* Test the setlocale() when multiple locales are provided as argument */
21 // run the command 'locale -a' to fetch all locales available in the system
36 /* Collect existing system locales and get three locales that can be use to
38 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
41 //set of currency symbol according to above list of locales
55 // gather all the locales installed in the system
58 // Now check for three locales that is present in the system and use that as argument to setlocale()
62 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
87 *** Testing setlocale() by passing multiple locales as argument ***
88 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…