Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h140 ecma_char_t lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p);
Dlit-strings.c533 lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_peek_prev() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c578 && lit_is_code_point_utf16_high_surrogate (lit_cesu8_peek_prev (str_p))) in ecma_regexp_step_back()
1229 …ctx_p->flags & RE_FLAG_MULTILINE) || !lit_char_is_line_terminator (lit_cesu8_peek_prev (str_curr_p… in ecma_regexp_run()