Lines Matching refs:current_locale
24 static const char *current_locale; variable
36 current_locale, c, wc, expwc); in ok_test()
52 current_locale, c, wc); in fail_test()
68 current_locale, wc); in eof_test()
81 current_locale = setlocale (LC_ALL, "en_US.ANSI_X3.4-1968"); in do_test()
82 if (current_locale == NULL) in do_test()
100 current_locale = setlocale (LC_ALL, "de_DE.ISO-8859-1"); in do_test()
101 if (current_locale == NULL) in do_test()
116 current_locale = setlocale (LC_ALL, "de_DE.UTF-8"); in do_test()
117 if (current_locale == NULL) in do_test()
135 current_locale = setlocale (LC_ALL, "hr_HR.ISO-8859-2"); in do_test()
136 if (current_locale == NULL) in do_test()