Lines Matching refs:locales
9 die('skip available locales not usable');
14 /* Test the setlocale() when an array is provided as input containing list of locales */
20 // run the command 'locale -a' to fetch all locales available in the system
35 /* Collect existing system locales and prepare a list of locales that can be used as
38 echo "*** Testing setlocale() with an array containing list of locales ***\n";
40 //set of locales to be used
54 //set of currency symbol according to above list of locales
68 // gather all the locales installed in the system
71 // prepare the list of locales based on list of locales found in the system
82 // Now $list_of_locales array contains the locales that can be passed to
112 *** Testing setlocale() with an array containing list of locales ***