Searched refs:lit_cesu8_peek_prev (Results 1 – 3 of 3) sorted by relevance
140 ecma_char_t lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p);
533 lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_peek_prev() function
578 && 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()