Searched refs:matched_size (Results 1 – 4 of 4) sorted by relevance
901 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()
77 lit_utf8_size_t matched_size; /**< matcehd string size */ member
474 replace_ctx.matched_size = search_size; in ecma_builtin_string_prototype_object_replace()
2574 … 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() local2629 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()