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/
H A Dlit-strings.h140 ecma_char_t lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p);
H A 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
541 } /* lit_cesu8_peek_prev */ in lit_cesu8_peek_prev()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c578 && lit_is_code_point_utf16_high_surrogate (lit_cesu8_peek_prev (str_p))) in ecma_regexp_step_back()
1229 if (!(re_ctx_p->flags & RE_FLAG_MULTILINE) || !lit_char_is_line_terminator (lit_cesu8_peek_prev (str_curr_p))) in ecma_regexp_run()

Completed in 5 milliseconds