Lines Matching refs:locales
2 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument
9 die('skip en_US.utf8/Ko_KR.utf8/zh_CN.utf8 locales not available');
21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
32 // run the command 'locale -a' to fetch all locales available in the system
47 /* Collect existing system locales and get 2 valid locales that can be use to
49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
51 //set of currency symbol according to above list of locales
65 // gather all the locales installed in the system
68 // Now check for three locales that is present in the system and use that as argument to setlocale()
72 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
98 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…