Searched refs:ecma_op_advance_string_index (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 2193 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/ |
D | ecma-helpers.h | 288 uint32_t ecma_op_advance_string_index (ecma_string_t *str_p, uint32_t index, bool is_unicode);
|
D | ecma-helpers-string.c | 2743 ecma_op_advance_string_index (ecma_string_t *str_p, /**< input string */ in ecma_op_advance_string_index() function
|