Home
last modified time | relevance | path

Searched refs:lit_utf8_incr (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h141 void lit_utf8_incr (const lit_utf8_byte_t **buf_p);
Dlit-strings.c547 lit_utf8_incr (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_utf8_incr() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1747 lit_utf8_incr (&input_curr_p); in ecma_regexp_exec_helper()
1834 lit_utf8_incr (&input_curr_p); in ecma_regexp_exec_helper()
2410 lit_utf8_incr (&current_str_p); in ecma_regexp_split_helper()
2539 lit_utf8_incr (&current_p); in ecma_regexp_replace_helper_fast()
2659 lit_utf8_incr (&current_p); in ecma_regexp_replace_helper_fast()
3091 lit_utf8_incr (&match_position_p); in ecma_regexp_replace_helper()
3110 lit_utf8_incr (&match_position_p); in ecma_regexp_replace_helper()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c704 lit_utf8_incr (&original_str_curr_p); in ecma_builtin_helper_string_find_index()
753 lit_utf8_incr (&original_str_curr_p); in ecma_builtin_helper_string_find_index()
Decma-builtin-string-prototype.c481 lit_utf8_incr (&curr_p), pos++) in ecma_builtin_string_prototype_object_replace()
896 lit_utf8_incr (&current_p); in ecma_builtin_string_prototype_object_split()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c369 lit_utf8_incr (&curr_p); in re_count_groups()