Searched defs:iswlower (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dwctype.cpp43 int iswlower(wint_t wc) { return islower(wc); } function
56 int iswlower_l(wint_t c, locale_t) { return iswlower(c); }
71 case WC_TYPE_LOWER: return iswlower(wc);

Completed in 57 milliseconds