Home
last modified time | relevance | path

Searched refs:iswctype (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.wctype/
Dtiswctype.c12 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/
Diswctype.c72 iswctype (wint_t c, wctype_t desc) in iswctype() function
Dctype.tex65 * iswctype:: Extensible wide-character test (iswctype, iswctype_l)
155 @include ctype/iswctype.def
DCMakeLists.txt70 iswctype.c
Dmeson.build70 'iswctype.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dwctype.h37 int iswctype (wint_t, wctype_t);
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc1492 newlib/libc/ctype/iswctype.c
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201514460 * 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.