Searched refs:match_end_p (Results 1 – 2 of 2) sorted by relevance
531 const lit_utf8_byte_t *const match_end_p = curr_p + search_size; in ecma_builtin_string_prototype_object_replace() local533 match_end_p, in ecma_builtin_string_prototype_object_replace()534 (lit_utf8_size_t) (input_end_p - match_end_p)); in ecma_builtin_string_prototype_object_replace()
1851 const lit_utf8_byte_t *match_end_p = re_ctx.captures_p[0].end_p; in ecma_regexp_exec_helper() local1855 match_length = (lit_utf8_size_t) (match_end_p - match_begin_p); in ecma_regexp_exec_helper()1860 (lit_utf8_size_t) (match_end_p - match_begin_p)); in ecma_regexp_exec_helper()