Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dwctype.cpp60 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower() function
90 int iswlower_l(wint_t c, locale_t) { return iswlower(c); } in iswlower_l()
105 case WC_TYPE_LOWER: return iswlower(wc); in iswctype()
/bionic/libc/include/bits/
Dwctype.h46 int iswlower(wint_t __wc);
/bionic/tests/headers/posix/
Dwctype_h.c55 FUNCTION(iswlower, int (*f)(wint_t)); in wctype_h()
/bionic/tests/
Dwctype_test.cpp79 TEST(wctype, iswlower) { in TEST() argument
80 TestIsWideFn(iswlower, iswlower_l, L"açδ", L"1A! \bÇΔ"); in TEST()
/bionic/libc/tools/
Dposix-2013.txt466 iswlower
/bionic/tools/versioner/platforms/
Dlibc.map.txt575 iswlower;
/bionic/libc/
Dlibc.map.txt575 iswlower;