Searched refs:iswlower (Results 1 – 10 of 10) sorted by relevance
30 CHECK (iswlower(L'g')); in main()31 CHECK (!iswlower(L'G')); in main()54 CHECK (iswlower(0x03b3)); in main()55 CHECK (!iswlower(0x04aa)); in main()
36 CHECK (iswctype (L'k', x) && iswlower (L'k')); in main()
70 iswlower (wint_t c) in iswlower() function
89 return iswlower (c); in iswctype()
59 * iswlower:: Lowercase wide character predicate (iswlower, iswlower_l)137 @include ctype/iswlower.def
76 iswlower.c
76 'iswlower.c',
40 int iswlower (wint_t);
1495 newlib/libc/ctype/iswlower.c
12334 * libc/ctype/iswlower.c: Likewise.16453 * libc/ctype/iswlower.c: Ditto.