Lines Matching refs:locales
10 die('skip available locales not usable');
15 /* Test the setlocale() when an array is provided as input containing list of locales */
21 // run the command 'locale -a' to fetch all locales available in the system
36 /* Collect existing system locales and prepare a list of locales that can be used as
39 echo "*** Testing setlocale() with an array containing list of locales ***\n";
41 //set of locales to be used
55 //set of currency symbol according to above list of locales
69 // gather all the locales installed in the system
72 // prepare the list of locales based on list of locales found in the system
83 // Now $list_of_locales array contains the locales that can be passed to
113 *** Testing setlocale() with an array containing list of locales ***