Searched refs:iswcntrl (Results 1 – 11 of 11) sorted by relevance
23 CHECK (iswcntrl(L'\n')); in main()24 CHECK (!iswcntrl(L'#')); in main()49 CHECK (iswcntrl(0x007f)); in main()50 CHECK (!iswcntrl(0x2027)); in main()
23 CHECK (iswctype (L'\n', x) && iswcntrl (L'\n')); in main()
70 iswcntrl (wint_t c) in iswcntrl() function
83 return iswcntrl (c); in iswctype()
56 * Function iswcntrl:: Control wide character predicate (iswcntrl, iswcntrl_l)125 @include ctype/iswcntrl.def
68 iswcntrl.c
68 'iswcntrl.c',
229 if (iswcntrl (ucs) || ucs == L'\0') in __wcwidth()
36 int iswcntrl (wint_t);
4015 "iswcntrl".5192 * libc/ctype/iswcntrl.c (iswcntrl): Add comment to explain how to6205 Call __wcwidth rather than using iswprint/iswcntrl.6218 * libc/ctype/iswcntrl.c (iswcntrl): Ditto.6828 * libc/ctype/iswcntrl.c: Ditto.7098 * libc/ctype/iswcntrl.c (iswcntrl): Ditto.12331 * libc/ctype/iswcntrl.c: Likewise.13946 * libc/ctype/iswcntrl.c, libc/ctype/iswprint.c: Ditto.14964 * libc/ctype/iswcntrl.c: Ditto.16449 * libc/ctype/iswcntrl.c: Ditto.
1544 newlib/libc/ctype/iswcntrl.c