Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c906 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()
Decma-builtin-helpers.h78 lit_utf8_size_t match_byte_pos; /**< byte position of the match in the source string */ member
Decma-builtin-string-prototype.c526 replace_ctx.match_byte_pos = byte_offset; in ecma_builtin_string_prototype_object_replace()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2575 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()