Home
last modified time | relevance | path

Searched refs:matched_size (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c901 ecma_stringbuilder_append_raw (&(ctx_p->builder), ctx_p->matched_p, ctx_p->matched_size); in ecma_builtin_replace_substitute()
933 ctx_p->matched_p + ctx_p->matched_size, in ecma_builtin_replace_substitute()
934 … ctx_p->string_size - ctx_p->match_byte_pos - ctx_p->matched_size); in ecma_builtin_replace_substitute()
Decma-builtin-helpers.h77 lit_utf8_size_t matched_size; /**< matcehd string size */ member
Decma-builtin-string-prototype.c474 replace_ctx.matched_size = search_size; in ecma_builtin_string_prototype_object_replace()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2574 … ctx_p->matched_size = (lit_utf8_size_t) (global_capture_p->end_p - global_capture_p->begin_p); in ecma_regexp_replace_helper_fast()
2628 …const lit_utf8_size_t matched_size = (lit_utf8_size_t) (global_capture_p->end_p - global_capture_p… in ecma_regexp_replace_helper_fast() local
2629 if (matched_size > 0) in ecma_regexp_replace_helper_fast()
2631 ctx_p->index += lit_utf8_string_length (current_p, matched_size); in ecma_regexp_replace_helper_fast()