Home
last modified time | relevance | path

Searched refs:iswalpha (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dwctype.cpp57 int iswalpha(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_ALPHABETIC, isalpha); } in iswalpha() function
85 int iswalpha_l(wint_t c, locale_t) { return iswalpha(c); } in iswalpha_l()
100 case WC_TYPE_ALPHA: return iswalpha(wc); in iswctype()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h54 #define iswalpha(a) isalpha(a) macro
Dregcomp.c1471 assert(iswalpha(ch));
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/bionic/libc/include/bits/
Dwctype.h41 int iswalpha(wint_t __wc);
/bionic/tests/headers/posix/
Dwctype_h.c43 FUNCTION(iswalpha, int (*f)(wint_t)); in wctype_h()
/bionic/tests/
Dwctype_test.cpp63 TEST(wctype, iswalpha) { in TEST() argument
64 TestIsWideFn(iswalpha, iswalpha_l, L"aAÇçΔδ", L"1! \b"); in TEST()
/bionic/libc/tools/
Dposix-2013.txt454 iswalpha
/bionic/libc/
Dlibc.map.txt563 iswalpha;
/bionic/tools/versioner/platforms/
Dlibc.map.txt563 iswalpha;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11179 CALL(iswalpha)