Searched refs:iswlower (Results 1 – 10 of 10) sorted by relevance
29 CHECK (iswlower(L'g')); in main()30 CHECK (!iswlower(L'G')); in main()53 CHECK (iswlower(0x03b3)); in main()54 CHECK (!iswlower(0x04aa)); in main()
35 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 * Function iswlower:: Lowercase wide character predicate (iswlower, iswlower_l)137 @include ctype/iswlower.def
76 iswlower.c
76 'iswlower.c',
40 int iswlower (wint_t);
1548 newlib/libc/ctype/iswlower.c
12334 * libc/ctype/iswlower.c: Likewise.16453 * libc/ctype/iswlower.c: Ditto.