Home
last modified time | relevance | path

Searched refs:isxdigit (Results 1 – 25 of 25) sorted by relevance

/bionic/benchmarks/
Dctype_benchmark.cpp84 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isxdigit_y1, isxdigit(zero));
85 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isxdigit_y2, isxdigit(a));
86 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isxdigit_y3, isxdigit(A));
87 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isxdigit_n, isxdigit(underscore));
/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c76 if (isxdigit(c)) { in inet_nsap_addr()
81 if (isxdigit(c)) { in inet_nsap_addr()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dcharclass.h25 { "xdigit", isxdigit },
/bionic/libc/include/
Dctype.h122 __BIONIC_CTYPE_INLINE int isxdigit(int __ch) { in isxdigit() function
235 return isxdigit(__ch); in isxdigit_l()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nan.c65 for (si = 0; isxdigit(s[si]); si++) in _scan_nan()
/bionic/libc/stdio/
Dparsefloat.c136 if ((ishex && isxdigit(c)) || isdigit(c)) in parsefloat()
153 } else if ((ishex && isxdigit(c)) || isdigit(c)) { in parsefloat()
/bionic/tests/
Dctype_test.cpp271 TEST(ctype, isxdigit) { in TEST() argument
276 EXPECT_TRUE(isxdigit(i)) << i; in TEST()
278 EXPECT_FALSE(isxdigit(i)) << i; in TEST()
/bionic/tests/headers/posix/
Dctype_h.c57 FUNCTION(isxdigit, int (*f)(int)); in ctype_h()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_147.S68 CALL(isxdigit)
Dliblinker_reloc_bench_081.S305 CALL(isxdigit)
Dliblinker_reloc_bench_149.S629 CALL(isxdigit)
Dliblinker_reloc_bench_095.S113 CALL(isxdigit)
Dliblinker_reloc_bench_135.S458 CALL(isxdigit)
Dliblinker_reloc_bench_102.S998 CALL(isxdigit)
Dliblinker_reloc_bench_113.S2217 CALL(isxdigit)
Dliblinker_reloc_bench_164.S3998 CALL(isxdigit)
Dliblinker_reloc_bench_063.S11087 CALL(isxdigit)
Dliblinker_reloc_bench_007.S11503 CALL(isxdigit)
/bionic/libc/bionic/
Dstrtol.cpp60 if ((base == 0 || base == 16) && c == '0' && (*p == 'x' || *p == 'X') && isxdigit(p[1])) { in StrToI()
Dwctype.cpp64 int iswxdigit(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_XDIGIT, isxdigit); } in iswxdigit()
/bionic/libc/dns/nameser/
Dns_name.c1064 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */ in encode_bitsring()
1097 if (!isxdigit(c&0xff)) in encode_bitsring()
/bionic/libc/tools/
Dposix-2013.txt478 isxdigit
/bionic/libc/dns/net/
Dgethnamaddr.c736 if ((isxdigit((u_char) name[0]) && strchr(name, ':') != NULL) || in gethostbyname_internal_real()
749 if (!isxdigit((u_char) *cp) && *cp != ':' && *cp != '.') in gethostbyname_internal_real()
/bionic/libc/
Dlibc.map.txt587 isxdigit;
/bionic/tools/versioner/platforms/
Dlibc.map.txt587 isxdigit;