Searched refs:wct (Results 1 – 1 of 1) sorted by relevance
29 wctype_t wct; in do_test() local36 wct = wctype ("jhira"); in do_test()37 if (wct == 0) in do_test()51 iswctype (buf[n], wct)); in do_test()52 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()53 || (buf[n] > 0xff && !iswctype (buf[n], wct))); in do_test()57 wct = wctype ("jkata"); in do_test()58 if (wct == 0) in do_test()72 iswctype (buf[n], wct)); in do_test()73 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()[all …]