Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Dispunct.c27 int ret = ispunct(var1); in ispunct_0100()
39 int ret = ispunct(var1); in ispunct_0200()
51 int ret = ispunct(var1); in ispunct_0300()
63 int ret = ispunct(var1); in ispunct_0400()
76 if (ispunct(i)) { in ispunct_0500()
Dtest_src_functionalext_supplement_ctype.gni45 "ispunct",
/third_party/musl/src/ctype/
Dispunct.c3 int ispunct(int c) in ispunct() function
10 return ispunct(c); in __ispunct_l()
/third_party/musl/libc-test/src/api/
Dctype.c14 {int(*p)(int) = ispunct;} in f()
/third_party/musl/porting/linux/user/include/
Dctype.h18 int ispunct(int);
/third_party/musl/porting/liteos_m/kernel/include/
Dctype.h18 int ispunct(int);
/third_party/musl/include/
Dctype.h18 int ispunct(int);
/third_party/musl/ndk_musl_include/
Dctype.h18 int ispunct(int);
/third_party/musl/porting/uniproton/kernel/include/
Dctype.h18 int ispunct(int);
/third_party/musl/porting/liteos_a/kernel/include/
Dctype.h18 int ispunct(int);
/third_party/openssl/test/
Dctype_internal_test.c46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
/third_party/python/Lib/curses/
Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function
/third_party/pcre2/pcre2/src/
Dpcre2_maketables.c128 if (ispunct(i)) p[cbit_punct + i/8] |= 1u << (i&7);
Dpcre2_context.c481 if (escape > 255 || (escape != 0 && !ispunct(escape))) in pcre2_set_glob_escape()
Dpcre2_convert.c555 case 10: return ispunct(c); in convert_glob_char_in_class()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dascii_benchmark.cc79 BENCHMARK_TEMPLATE(BM_Ascii, std::ispunct);
Dascii_test.cc144 EXPECT_EQ(ispunct(i) != 0, absl::ascii_ispunct(i)) << i; in TEST()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt240 ispunct
Dunix.txt612 ispunct
/third_party/toybox/toys/pending/
Dtr.c178 if (ispunct(k)) set[i++] = k; in expand_set()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc167 EXPECT_EQ(AsBool(std::ispunct(c)), in TEST()
/third_party/python/Doc/library/
Dcurses.ascii.rst147 .. function:: ispunct(c)
/third_party/toybox/lib/
Dargs.c207 if (type == '-' && !ispunct(*arg)) l*=-1; in gotflag()
/third_party/cups-filters/filter/
Dtexttopdf.c943 !ispunct(line->ch & 255) && !isspace(line->ch & 255)) in write_line()
/third_party/python/Misc/NEWS.d/
D3.6.0a3.rst166 Fixed curses.ascii functions isblank(), iscntrl() and ispunct().

12