Home
last modified time | relevance | path

Searched refs:match_end_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c531 const lit_utf8_byte_t *const match_end_p = curr_p + search_size; in ecma_builtin_string_prototype_object_replace() local
533 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()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1851 const lit_utf8_byte_t *match_end_p = re_ctx.captures_p[0].end_p; in ecma_regexp_exec_helper() local
1855 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()