Searched defs:iswlower (Results 1 – 2 of 2) sorted by relevance
83 TEST(wctype, iswlower) { in TEST() argument
66 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function