Home
last modified time | relevance | path

Searched defs:capture_count (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h92 uint32_t capture_count; /**< number of captures in the capturing group array */ member
Decma-builtin-helpers.c943 uint32_t capture_count = ctx_p->capture_count; in ecma_builtin_replace_substitute() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1282 const uint32_t capture_count = re_get_value (&bc_p); in ecma_regexp_run() local
1334 const uint32_t capture_count = re_get_value (&bc_p); in ecma_regexp_run() local
2987 uint32_t capture_count; in ecma_regexp_replace_helper() local
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c230 static gint capture_count = 0; variable
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c450 static gint capture_count = 0; variable
/third_party/pcre2/pcre2/src/
Dpcre2test.c4441 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local