Searched refs:iswlower (Results 1 – 7 of 7) sorted by relevance
60 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function90 int iswlower_l(wint_t c, locale_t) { return iswlower(c); } in iswlower_l()105 case WC_TYPE_LOWER: return iswlower(wc); in iswctype()
46 int iswlower(wint_t __wc);
55 FUNCTION(iswlower, int (*f)(wint_t)); in wctype_h()
79 TEST(wctype, iswlower) { in TEST() argument80 TestIsWideFn(iswlower, iswlower_l, L"açδ", L"1A! \bÇΔ"); in TEST()
466 iswlower
575 iswlower;