Searched refs:isxdigit (Results 1 – 25 of 25) sorted by relevance
/bionic/benchmarks/ |
D | ctype_benchmark.cpp | 84 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/ |
D | nsap_addr.c | 76 if (isxdigit(c)) { in inet_nsap_addr() 81 if (isxdigit(c)) { in inet_nsap_addr()
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | charclass.h | 25 { "xdigit", isxdigit },
|
/bionic/libc/include/ |
D | ctype.h | 122 __BIONIC_CTYPE_INLINE int isxdigit(int __ch) { in isxdigit() function 235 return isxdigit(__ch); in isxdigit_l()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nan.c | 65 for (si = 0; isxdigit(s[si]); si++) in _scan_nan()
|
/bionic/libc/stdio/ |
D | parsefloat.c | 136 if ((ishex && isxdigit(c)) || isdigit(c)) in parsefloat() 153 } else if ((ishex && isxdigit(c)) || isdigit(c)) { in parsefloat()
|
/bionic/tests/ |
D | ctype_test.cpp | 271 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/ |
D | ctype_h.c | 57 FUNCTION(isxdigit, int (*f)(int)); in ctype_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_147.S | 68 CALL(isxdigit)
|
D | liblinker_reloc_bench_081.S | 305 CALL(isxdigit)
|
D | liblinker_reloc_bench_149.S | 629 CALL(isxdigit)
|
D | liblinker_reloc_bench_095.S | 113 CALL(isxdigit)
|
D | liblinker_reloc_bench_135.S | 458 CALL(isxdigit)
|
D | liblinker_reloc_bench_102.S | 998 CALL(isxdigit)
|
D | liblinker_reloc_bench_113.S | 2217 CALL(isxdigit)
|
D | liblinker_reloc_bench_164.S | 3998 CALL(isxdigit)
|
D | liblinker_reloc_bench_063.S | 11087 CALL(isxdigit)
|
D | liblinker_reloc_bench_007.S | 11503 CALL(isxdigit)
|
/bionic/libc/bionic/ |
D | strtol.cpp | 60 if ((base == 0 || base == 16) && c == '0' && (*p == 'x' || *p == 'X') && isxdigit(p[1])) { in StrToI()
|
D | wctype.cpp | 64 int iswxdigit(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_XDIGIT, isxdigit); } in iswxdigit()
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 1064 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */ in encode_bitsring() 1097 if (!isxdigit(c&0xff)) in encode_bitsring()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 478 isxdigit
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 736 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/ |
D | libc.map.txt | 587 isxdigit;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 587 isxdigit;
|