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