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:re_nsub
(Results
1 - 21
of
21
) sorted by relevance
/third_party/pcre2/pcre2/src/
H
A
D
pcre2posix.c
288
int
re_nsub
= 0;
in pcre2_regcomp()
local
324
PCRE2_INFO_CAPTURECOUNT, &
re_nsub
);
in pcre2_regcomp()
325
preg->
re_nsub
= (size_t)
re_nsub
;
in pcre2_regcomp()
326
preg->re_match_data = pcre2_match_data_create(
re_nsub
+ 1, NULL);
in pcre2_regcomp()
H
A
D
pcre2posix.h
105
size_t
re_nsub
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
Regex.cpp
65
return preg->
re_nsub
;
in getNumMatches()
72
unsigned nmatch = Matches ? preg->
re_nsub
+1 : 0;
in match()
H
A
D
regex_impl.h
50
size_t
re_nsub
; /* number of parenthesized subexpressions */
member
H
A
D
regcomp.c
246
preg->
re_nsub
= g->nsub;
in llvm_regcomp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Regex.cpp
79
return preg->
re_nsub
;
in getNumMatches()
92
unsigned nmatch = Matches ? preg->
re_nsub
+1 : 0;
in match()
H
A
D
regex_impl.h
50
size_t
re_nsub
; /* number of parenthesized subexpressions */
member
H
A
D
regcomp.c
374
preg->
re_nsub
= g->nsub;
in llvm_regcomp()
/third_party/toybox/toys/pending/
H
A
D
expr.c
115
if (pat.
re_nsub
>0) {
in re()
122
if (pat.
re_nsub
>0) ret->s = "";
in re()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
regex.h
16
size_t
re_nsub
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
regex.h
16
size_t
re_nsub
;
member
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
regex.h
16
size_t
re_nsub
;
member
/third_party/musl/include/
H
A
D
regex.h
16
size_t
re_nsub
;
member
/third_party/musl/libc-test/src/api/
H
A
D
regex.c
11
F(size_t,
re_nsub
)
in f()
/third_party/toybox/toys/posix/
H
A
D
sed.c
543
} else if (cc > reg->
re_nsub
) error_exit("no s//\\%d/", cc);
in sed_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H
A
D
regcomp.c
2731
preg->
re_nsub
= parse_ctx.submatch_id - 1;
in regcomp()
2739
if (parse_ctx.max_backref > (int)preg->
re_nsub
)
in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H
A
D
regcomp.c
2732
preg->
re_nsub
= parse_ctx.submatch_id - 1;
in regcomp()
2740
if (parse_ctx.max_backref > (int)preg->
re_nsub
)
in regcomp()
/third_party/musl/porting/uniproton/kernel/src/regex/
H
A
D
regcomp.c
2731
preg->
re_nsub
= parse_ctx.submatch_id - 1;
in regcomp()
2739
if (parse_ctx.max_backref > (int)preg->
re_nsub
)
in regcomp()
/third_party/musl/src/regex/
H
A
D
regcomp.c
2731
preg->
re_nsub
= parse_ctx.submatch_id - 1;
in regcomp()
2739
if (parse_ctx.max_backref > (int)preg->
re_nsub
)
in regcomp()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
526
re_nsub
: ::size_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
263
re_nsub
: ::size_t,
Completed in 54 milliseconds