Home
last modified time | relevance | path

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

/localedata/
A Dtst-setlocale2.c21 if (wch != wex) in do_test()
26 wch = toupper (win); in do_test()
27 if (wch != wex) in do_test()
35 wch = towupper (win); in do_test()
36 if (wch != wex) in do_test()
41 wch = toupper (win); in do_test()
42 if (wch != wex) in do_test()
58 wch = towupper (win); in do_test()
59 if (wch != wex) in do_test()
64 wch = toupper (win); in do_test()
[all …]
A Dtst-trans.c32 wint_t wch; in do_test() local
45 wch = towctrans (L'A', t); in do_test()
46 printf ("towctrans (L'A', t) = %lc\n", wch); in do_test()
47 if (wch != L'B') in do_test()
50 wch = towctrans (L'B', t); in do_test()
51 printf ("towctrans (L'B', t) = %lc\n", wch); in do_test()
52 if (wch != L'C') in do_test()
/localedata/tests-mbwc/
A Dtst_swscanf.c38 if (TST_INPUT (swscanf).wch) in tst_swscanf()
60 if (TST_INPUT (swscanf).wch) in tst_swscanf()
84 if (errno == 0 && TST_INPUT (swscanf).wch) in tst_swscanf()
91 if (val_S[i] != exp_S[i] && TST_INPUT (swscanf).wch == 'C') in tst_swscanf()
116 if (errno == 0 && !TST_INPUT (swscanf).wch) in tst_swscanf()
A Dtst_types.h305 int wch; member

Completed in 6 milliseconds