Lines Matching refs:function
2 Test setlocale() function : error condition
22 echo "\n-- Testing setlocale() function with Zero arguments --";
26 echo "\n-- Testing setlocale() function with One argument, 'category' = LC_ALL --";
29 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
34 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
38 echo "\n-- Testing setlocale() function with invalid category --\n";
43 echo "\n-- Testing setlocale() function with locale name too long, 'category' = LC_ALL --";
52 -- Testing setlocale() function with Zero arguments --
56 -- Testing setlocale() function with One argument, 'category' = LC_ALL --
60 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
63 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
66 -- Testing setlocale() function with invalid category --
73 -- Testing setlocale() function with locale name too long, 'category' = LC_ALL --