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:parse_regex
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
grep.c
367
static void
parse_regex
(void)
in parse_regex()
function
485
parse_regex
();
in grep_main()
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_compile.c
2356
/* This function is called from
parse_regex
() below whenever it needs to read
2489
/* At the start of a new item in
parse_regex
() we are able to record the
2600
static int
parse_regex
(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind,
in parse_regex()
function
5548
Checking for the legality of quantifiers happens in
parse_regex
(), except for
in compile_branch()
6270
one code unit. This check happens in
parse_regex
(). In the first pass,
in compile_branch()
6548
done in
parse_regex
(). Assertion and DEFINE groups come to GROUP_PROCESS;
in compile_branch()
7793
could do this in
parse_regex
() for numerical back references, but not
in compile_branch()
7913
converted into Unicode property tests in
parse_regex
(). Note that \b and \B
in compile_branch()
10158
errorcode =
parse_regex
(ptr, cb.external_options, &has_lookbehind, &cb);
in pcre2_compile()
10606
/* Errors discovered in
parse_regex
() se
in pcre2_compile()
[all...]
Completed in 13 milliseconds