Home
last modified time | relevance | path

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

/glibc-2.36/localedata/
Dtst-setlocale2.c19 wint_t wex = 0xc4; in do_test() local
21 if (wch != wex) in do_test()
23 printf ("towupper(%x) = %x, expected %x\n", win, wch, wex); in do_test()
27 if (wch != wex) in do_test()
29 printf ("toupper(%x) = %x, expected %x\n", win, wch, wex); in do_test()
34 wex = 0x49; in do_test()
36 if (wch != wex) in do_test()
38 printf ("towupper(%x) = %x, expected %x\n", win, wch, wex); in do_test()
42 if (wch != wex) in do_test()
44 printf ("toupper(%x) = %x, expected %x\n", win, wch, wex); in do_test()
[all …]