Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ispunct
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H
A
D
ispunct.c
27
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()
/third_party/musl/src/ctype/
H
A
D
ispunct.c
7
int
ispunct
(int c)
in ispunct()
function
23
return
ispunct
(c);
in __ispunct_l()
/third_party/musl/libc-test/src/api/
H
A
D
ctype.c
14
{int(*p)(int) =
ispunct
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
ctype.h
18
int
ispunct
(int);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
ctype.h
18
int
ispunct
(int);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
ctype.h
18
int
ispunct
(int);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
ctype.h
18
int
ispunct
(int);
/third_party/musl/include/
H
A
D
ctype.h
18
int
ispunct
(int);
/third_party/openssl/test/
H
A
D
ctype_internal_test.c
46
&& TEST_int_eq(
ispunct
(n) != 0, ossl_ispunct(n) != 0)
in test_ctype_chars()
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_maketables.c
128
if (
ispunct
(i)) p[cbit_punct + i/8] |= 1u << (i&7);
H
A
D
pcre2_context.c
487
if (escape > 255 || (escape != 0 && !
ispunct
(escape)))
in pcre2_set_glob_escape()
H
A
D
pcre2_convert.c
554
case 10: return
ispunct
(c);
in convert_glob_char_in_class()
/third_party/python/Lib/curses/
H
A
D
ascii.py
63
def
ispunct
(c): return isgraph(c) and not isalnum(c)
function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
ascii_benchmark.cc
79
BENCHMARK_TEMPLATE(BM_Ascii, std::
ispunct
);
H
A
D
ascii_test.cc
144
EXPECT_EQ(
ispunct
(i) != 0, absl::ascii_ispunct(i)) << i;
in TEST()
/third_party/toybox/toys/pending/
H
A
D
tr.c
178
if (
ispunct
(k)) set[i++] = k;
in expand_set()
H
A
D
sh.c
306
for (j=0; s[j] && (s[j]=='_' || !
ispunct
(s[j])); j++);
in run_command()
1228
} else if (!isspace(*s) && !
ispunct
(*s)) continue;
in subshell_imports()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
char_map_test.cc
167
EXPECT_EQ(AsBool(std::
ispunct
(c)),
in TEST()
/third_party/toybox/lib/
H
A
D
args.c
207
if (type == '-' && !
ispunct
(*arg)) l*=-1;
in gotflag()
/third_party/cups-filters/filter/
H
A
D
texttopdf.c
943
!
ispunct
(line->ch & 255) && !isspace(line->ch & 255))
in write_line()
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
298
pub fn
ispunct
(c: c_int) -> c_int;
in ispunct()
functions
/third_party/python/Lib/test/
H
A
D
test_curses.py
1247
check(curses.ascii.
ispunct
, c in string.punctuation)
1264
self.assertFalse(curses.ascii.
ispunct
(i))
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
432
pub fn
ispunct
(c: c_int) -> c_int;
in ispunct()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
533
pub fn
ispunct
(c: c_int) -> c_int;
in ispunct()
functions
/third_party/backends/backend/
H
A
D
plustek-usb.c
138
if((*src == '/') || isspace(*src) ||
ispunct
(*src))
in usb_normFileName()
Completed in 24 milliseconds
1
2