Home | History | Annotate | Download | only in include

Lines Matching defs:iswlower

226   int __cdecl iswlower(wint_t _C);
333 #define iswlower(_c) (iswctype(_c,_LOWER))