Lines Matching refs:locales
9 die('skip available locales not usable');
21 /* Test the setlocale() when an array is provided as input containing list of locales */
32 // run the command 'locale -a' to fetch all locales available in the system
47 /* Collect existing system locales and prepare a list of locales that can be used as
50 echo "*** Testing setlocale() with an array containing list of locales ***\n";
52 //set of locales to be used
66 //set of currency symbol according to above list of locales
80 // gather all the locales installed in the system
83 // prepare the list of locales based on list of locales found in the system
94 // Now $list_of_locales array contains the locales that can be passed to
124 *** Testing setlocale() with an array containing list of locales ***