Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h138 ecma_char_t lit_cesu8_read_prev (const lit_utf8_byte_t **buf_p);
Dlit-strings.c500 lit_cesu8_read_prev (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_read_prev() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c575 lit_code_point_t ch = lit_cesu8_read_prev (&str_p); in ecma_regexp_step_back()