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/
Decma-builtin-date.c56const lit_utf8_byte_t *str_end_p, /**< pointer to the end of the string */ in ecma_date_parse_date_chars()
89const lit_utf8_byte_t *str_end_p, /**< pointer to the end of the string */ in ecma_date_parse_special_char()
111 const lit_utf8_byte_t *str_end_p) /**< pointer to the end of the string */ in ecma_date_parse_year()
146 const lit_utf8_byte_t *str_end_p) /**< pointer to the end of the string */ in ecma_date_parse_day_name()
172const lit_utf8_byte_t *str_end_p) /**< pointer to the end of the string */ in ecma_date_parse_month_name()
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/
Decma-helpers-number.c914 const lit_utf8_byte_t *str_end_p = str_curr_p + string_buff_size; in ecma_number_parse_float() local