Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h139 ecma_char_t lit_cesu8_peek_next (const lit_utf8_byte_t *buf_p);
Dlit-strings.c517 lit_cesu8_peek_next (const lit_utf8_byte_t *buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_peek_next() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c522 const ecma_char_t next_ch = lit_cesu8_peek_next (*str_p); in ecma_regexp_advance()
551 const ecma_char_t next_ch = lit_cesu8_peek_next (current_p); in ecma_regexp_unicode_advance()
1243 …ctx_p->flags & RE_FLAG_MULTILINE) || !lit_char_is_line_terminator (lit_cesu8_peek_next (str_curr_p… in ecma_regexp_run()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c871 const ecma_char_t next = lit_cesu8_peek_next (re_ctx_p->input_curr_p); in re_parse_next_token()