Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 18 of 18) sorted by relevance

/bionic/benchmarks/
Dctype_benchmark.cpp27 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isalpha_y1, isalpha('A'));
28 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isalpha_y2, isalpha('a'));
29 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isalpha_n, isalpha('_'));
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dcharclass.h15 { "alpha", isalpha },
/bionic/libc/bionic/
Dstrtol.cpp77 } else if (isalpha(c)) { in StrToI()
140 } else if (isalpha(c)) { in StrToU()
Dctype.cpp39 return isalpha(c); in isalpha_l()
Dwctype.cpp57 int iswalpha(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_ALPHABETIC, isalpha); } in iswalpha()
/bionic/tests/
Dctype_test.cpp53 TEST(ctype, isalpha) { in TEST() argument
57 EXPECT_TRUE(isalpha(i)) << i; in TEST()
59 EXPECT_FALSE(isalpha(i)) << i; in TEST()
/bionic/tests/headers/posix/
Dctype_h.c36 FUNCTION(isalpha, int (*f)(int)); in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h76 __BIONIC_CTYPE_INLINE int isalpha(int __ch) { in isalpha() function
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c807 if (CHIN(cs, i) && isalpha(i)) { in p_bracket()
928 while (MORE() && isalpha((unsigned char)PEEK())) in p_b_cclass()
1030 assert(isalpha(ch)); in othercase()
1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()
/bionic/libc/tools/
Dposix-2013.txt419 isalpha
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_149.S630 CALL(isalpha)
Dliblinker_reloc_bench_159.S1092 CALL(isalpha)
Dliblinker_reloc_bench_070.S1358 CALL(isalpha)
Dliblinker_reloc_bench_154.S2506 CALL(isalpha)
Dliblinker_reloc_bench_015.S2491 CALL(isalpha)
Dliblinker_reloc_bench_001.S4155 CALL(isalpha)
/bionic/tools/versioner/platforms/
Dlibc.map.txt527 isalpha;
/bionic/libc/
Dlibc.map.txt527 isalpha;