Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c78 const wchar_t wchars[64]; member
183 if (dst != t->wchars[nchar] || in h_ctype2()
187 t->wchars[nchar], t->widths[nchar]); in h_ctype2()
219 if (wbuf[i] == t->wchars[i]) in h_ctype2()
223 (void)printf(" expected: 0x%04X\n", t->wchars[i]); in h_ctype2()
H A Dt_mbstowcs.c78 wchar_t wchars[64]; member
183 if (wbuf[i] == t->wchars[i] && in ATF_TC_BODY()
189 t->wchars[i], t->widths[i]); in ATF_TC_BODY()