Home
last modified time | relevance | path

Searched refs:lit_utf8_decr (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c474 lit_utf8_decr (&buf_p); in lit_read_prev_code_unit_from_utf8()
505 lit_utf8_decr (buf_p); in lit_cesu8_read_prev()
558 lit_utf8_decr (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_utf8_decr() function
Dlit-strings.h142 void lit_utf8_decr (const lit_utf8_byte_t **buf_p);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c761 lit_utf8_decr (&original_str_curr_p); in ecma_builtin_helper_string_find_index()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c584 lit_utf8_decr (&str_p); in ecma_regexp_step_back()