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:capture_p
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-regexp-object.c
836
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + group_p->subcapture_start;
in ecma_regexp_run()
local
839
capture_p
[i].begin_p = NULL;
in ecma_regexp_run()
879
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + group_p->subcapture_start + i;
in ecma_regexp_run()
local
880
saved_captures_p[i] =
capture_p
->begin_p;
in ecma_regexp_run()
881
capture_p
->begin_p = NULL;
in ecma_regexp_run()
898
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + group_p->subcapture_start + i;
in ecma_regexp_run()
local
899
capture_p
->begin_p = saved_captures_p[i];
in ecma_regexp_run()
1004
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + group_p->subcapture_start;
in ecma_regexp_run()
local
1007
capture_p
[i].begin_p = NULL;
in ecma_regexp_run()
1049
ecma_regexp_capture_t *const
capture_p
in ecma_regexp_run()
local
1068
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + group_p->subcapture_start + i;
ecma_regexp_run()
local
1203
const ecma_regexp_capture_t *
capture_p
= re_ctx_p->captures_p + backref_idx;
ecma_regexp_run()
local
1296
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + capture_start + i;
ecma_regexp_run()
local
1320
ecma_regexp_capture_t *const
capture_p
= re_ctx_p->captures_p + capture_start + i;
ecma_regexp_run()
local
1563
ecma_regexp_get_capture_value(const ecma_regexp_capture_t *const
capture_p
)
ecma_regexp_get_capture_value()
argument
[all...]
H
A
D
ecma-regexp-object.h
112
ecma_regexp_get_capture_value (const ecma_regexp_capture_t *const
capture_p
);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H
A
D
ecma-builtin-helpers.c
968
const ecma_regexp_capture_t *const
capture_p
= ctx_p->u.captures_p + idx;
in ecma_builtin_replace_substitute()
local
970
if (ECMA_RE_IS_CAPTURE_DEFINED (
capture_p
))
in ecma_builtin_replace_substitute()
973
capture_p
->begin_p,
in ecma_builtin_replace_substitute()
974
(lit_utf8_size_t) (
capture_p
->end_p -
capture_p
->begin_p));
in ecma_builtin_replace_substitute()
Completed in 5 milliseconds