Searched defs:iswlower (Results 1 – 3 of 3) sorted by relevance
53 #define iswlower(a) islower(a) macro
79 TEST(wctype, iswlower) { in TEST() argument
60 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function