Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h221 uint32_t lit_parse_decimal (const lit_utf8_byte_t **buffer_p, const lit_utf8_byte_t *const buffer_e…
Dlit-char-helpers.c474 lit_parse_decimal (const lit_utf8_byte_t **buffer_p, /**< [in/out] character buffer */ in lit_parse_decimal() function
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c297 qmin = lit_parse_decimal (&current_p, re_ctx_p->input_end_p); in re_parse_quantifier()
318 qmax = lit_parse_decimal (&current_p, re_ctx_p->input_end_p); in re_parse_quantifier()
719 const uint32_t value = lit_parse_decimal (&digits_p, re_ctx_p->input_end_p); in re_parse_next_token()