Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 10 of 10) 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/upstream-netbsd/lib/libc/regex/
Dutils.h53 #define iswlower(a) islower(a) macro
Dregcomp.c1474 else if (iswlower(ch))
/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.cpp83 TEST(wctype, iswlower) { in TEST() argument
84 TestIsWideFn(iswlower, iswlower_l, L"açδ", L"1A! \bÇΔ"); in TEST()
/bionic/libc/tools/
Dposix-2013.txt466 iswlower
/bionic/libc/
Dlibc.map.txt575 iswlower;
/bionic/tools/versioner/platforms/
Dlibc.map.txt575 iswlower;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11167 CALL(iswlower)