Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp83 TEST(wctype, iswlower) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp66 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function