Lines Matching refs:buf
30 wchar_t buf[1000]; in do_test() local
40 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
44 wprintf (L"buf[] = \"%ls\"\n", buf); in do_test()
48 for (n = 0; buf[n] != L'\0'; ++n) in do_test()
50 wprintf (L"jhira(U%04lx = %lc) = %d\n", (long) buf[n], buf[n], 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()
61 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
65 wprintf (L"buf[] = \"%ls\"\n", buf); in do_test()
69 for (n = 0; buf[n] != L'\0'; ++n) in do_test()
71 wprintf (L"jkata(U%04lx = %lc) = %d\n", (long) buf[n], buf[n], in do_test()
72 iswctype (buf[n], wct)); in do_test()
73 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()
74 || (buf[n] > 0xff && !iswctype (buf[n], wct))); in do_test()
82 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
86 wprintf (L"buf[] = \"%ls\"\n", buf); in do_test()
90 for (n = 0; buf[n] != L'\0'; ++n) in do_test()
92 wprintf (L"jdigit(U%04lx = %lc) = %d\n", (long) buf[n], buf[n], in do_test()
93 iswctype (buf[n], wct)); in do_test()
94 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()
95 || (buf[n] > 0xff && !iswctype (buf[n], wct))); in do_test()
103 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
107 wprintf (L"buf[] = \"%ls\"\n", buf); in do_test()
111 for (n = 0; buf[n] != L'\0'; ++n) in do_test()
113 wprintf (L"jspace(U%04lx = %lc) = %d\n", (long) buf[n], buf[n], in do_test()
114 iswctype (buf[n], wct)); in do_test()
115 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()
116 || (buf[n] > 0xff && !iswctype (buf[n], wct))); in do_test()
124 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
128 wprintf (L"buf[] = \"%ls\"\n", buf); in do_test()
132 for (n = 0; buf[n] != L'\0'; ++n) in do_test()
134 wprintf (L"jkanji(U%04lx = %lc) = %d\n", (long) buf[n], buf[n], in do_test()
135 iswctype (buf[n], wct)); in do_test()
136 result |= ((buf[n] < 0xff && iswctype (buf[n], wct)) in do_test()
137 || (buf[n] > 0xff && !iswctype (buf[n], wct))); in do_test()