Home
last modified time | relevance | path

Searched refs:current_locale (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/wcsmbs/
Dtst-btowc.c24 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()
[all …]