Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwctype.cpp43 int iswlower(wint_t wc) { return islower(wc); } in iswlower() function
56 int iswlower_l(wint_t c, locale_t) { return iswlower(c); } in iswlower_l()
71 case WC_TYPE_LOWER: return iswlower(wc); in iswctype()
/bionic/libc/include/
Dwchar.h81 extern int iswlower(wint_t);
/bionic/libc/
Dlibc.arm64.map507 iswlower;
Dlibc.mips64.map507 iswlower;
Dlibc.x86_64.map507 iswlower;
Dlibc.mips.brillo.map578 iswlower;
Dlibc.x86.brillo.map576 iswlower;
Dlibc.mips.map578 iswlower;
Dlibc.arm.brillo.map580 iswlower;
Dlibc.x86.map576 iswlower;
Dlibc.map.txt582 iswlower;
Dlibc.arm.map580 iswlower;
/bionic/libc/tools/
Dposix-2013.txt466 iswlower