Home
last modified time | relevance | path

Searched refs:ecma_op_advance_string_index (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2193 current_index = ecma_op_advance_string_index (string_p, current_index, unicode); in ecma_regexp_split_helper()
2222 current_index = ecma_op_advance_string_index (string_p, current_index, unicode); in ecma_regexp_split_helper()
2939 index = ecma_op_advance_string_index (string_p, index, unicode); in ecma_regexp_replace_helper()
3350 uint32_t next_index = ecma_op_advance_string_index (str_p, index, full_unicode); in ecma_regexp_match_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h288 uint32_t ecma_op_advance_string_index (ecma_string_t *str_p, uint32_t index, bool is_unicode);
Decma-helpers-string.c2743 ecma_op_advance_string_index (ecma_string_t *str_p, /**< input string */ in ecma_op_advance_string_index() function