Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h53 #define iswlower(a) islower(a) macro
/bionic/tests/
Dwctype_test.cpp79 TEST(wctype, iswlower) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp60 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function