Home
last modified time | relevance | path

Searched refs:ispunct (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dctype_benchmark.cpp61 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_ispunct_y, ispunct('_'));
62 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_ispunct_n, ispunct('A'));
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp53 if (!isdigit(*pBegin) && !ispunct(*pBegin)) { in findMatch()
80 } else if (ispunct(cur_char[1])) { in format()
/aosp12/bionic/tests/
H A Dctype_test.cpp205 TEST(ctype, ispunct) { in TEST() argument
211 EXPECT_TRUE(ispunct(i)) << i; in TEST()
213 EXPECT_FALSE(ispunct(i)) << i; in TEST()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dcharclass.h22 { "punct", ispunct },
/aosp12/bionic/libc/bionic/
H A Dctype.cpp67 return ispunct(c); in ispunct_l()
H A Dwctype.cpp81 return u_ispunct ? u_ispunct(wc) : ispunct(wc); in iswpunct()
/aosp12/bionic/tests/headers/posix/
H A Dctype_h.c51 FUNCTION(ispunct, int (*f)(int)); in ctype_h()
/aosp12/bionic/libc/include/bits/
H A Dctype_inlines.h111 __BIONIC_CTYPE_INLINE int ispunct(int __ch) { in ispunct() function
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt445 ispunct
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_149.S625 CALL(ispunct)
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp347 if (!std::isdigit(c) && (!std::ispunct(c))) { in IsDigit()
/aosp12/bionic/libc/
H A Dlibc.map.txt555 ispunct;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt555 ispunct;