Searched refs:iswctype (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.wctype/ |
D | tiswctype.c | 12 CHECK (iswctype (L'a', x) && iswalpha (L'a')); in main() 16 CHECK (iswctype (L'0', x) && iswalnum (L'0')); in main() 20 CHECK (iswctype (L' ', x) && iswblank (L' ')); in main() 24 CHECK (iswctype (L'\n', x) && iswcntrl (L'\n')); in main() 28 CHECK (iswctype (L'7', x) && iswdigit (L'7')); in main() 32 CHECK (iswctype (L'!', x) && iswgraph (L'!')); in main() 36 CHECK (iswctype (L'k', x) && iswlower (L'k')); in main() 40 CHECK (iswctype (L'@', x) && iswprint (L'@')); in main() 44 CHECK (iswctype (L'.', x) && iswpunct (L'.')); in main() 48 CHECK (iswctype (L'\t', x) && iswspace (L'\t')); in main() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | iswctype.c | 72 iswctype (wint_t c, wctype_t desc) in iswctype() function
|
D | ctype.tex | 65 * iswctype:: Extensible wide-character test (iswctype, iswctype_l) 155 @include ctype/iswctype.def
|
D | CMakeLists.txt | 70 iswctype.c
|
D | meson.build | 70 'iswctype.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | wctype.h | 37 int iswctype (wint_t, wctype_t);
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1492 newlib/libc/ctype/iswctype.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 14460 * libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c: 16372 * testsuite/newlib.wctype/twctype.c: New test case for iswctype fns. 16450 * libc/ctype/iswctype.c: Ditto.
|