Searched refs:match_byte_pos (Results 1 – 4 of 4) sorted by relevance
906 ecma_stringbuilder_append_raw (&(ctx_p->builder), ctx_p->string_p, ctx_p->match_byte_pos); in ecma_builtin_replace_substitute()922 … const lit_utf8_byte_t *const begin_p = ctx_p->string_p + ctx_p->match_byte_pos + match_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()
78 lit_utf8_size_t match_byte_pos; /**< byte position of the match in the source string */ member
526 replace_ctx.match_byte_pos = byte_offset; in ecma_builtin_string_prototype_object_replace()
2575 ctx_p->match_byte_pos = (lit_utf8_size_t) (current_p - re_ctx.input_start_p); in ecma_regexp_replace_helper_fast()3098 replace_ctx.match_byte_pos = (lit_utf8_size_t) (match_position_p - replace_ctx.string_p); in ecma_regexp_replace_helper()