Home
last modified time | relevance | path

Searched defs:str_end_p (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c55 ecma_date_parse_date_chars(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p, uint32_t num_of_chars, uint32_t min, uint32_t max) ecma_date_parse_date_chars() argument
88 ecma_date_parse_special_char(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p, const lit_utf8_byte_t expected_char) ecma_date_parse_special_char() argument
110 ecma_date_parse_year(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p) ecma_date_parse_year() argument
145 ecma_date_parse_day_name(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p) ecma_date_parse_day_name() argument
171 ecma_date_parse_month_name(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p) ecma_date_parse_month_name() argument
[all...]
H A Decma-builtin-json.c779 const lit_utf8_byte_t *str_end_p = str_p + string_buff_size; in ecma_builtin_json_quote() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c914 const lit_utf8_byte_t *str_end_p = str_curr_p + string_buff_size; in ecma_number_parse_float() local
[all...]

Completed in 4 milliseconds