Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c88 ecma_date_parse_special_char (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_special_char() function
113 bool is_year_sign_negative = ecma_date_parse_special_char (str_p, str_end_p, '-'); in ecma_date_parse_year()
305 bool is_year_sign_negative = ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '-'); in ecma_builtin_date_parse_ISO_string_format()
306 if (is_year_sign_negative || ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '+')) in ecma_builtin_date_parse_ISO_string_format()
325 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '-')) in ecma_builtin_date_parse_ISO_string_format()
331 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '-')) in ecma_builtin_date_parse_ISO_string_format()
337 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, 'T')) in ecma_builtin_date_parse_ISO_string_format()
352 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, ':')) in ecma_builtin_date_parse_ISO_string_format()
357 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, ':')) in ecma_builtin_date_parse_ISO_string_format()
362 if (ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '.')) in ecma_builtin_date_parse_ISO_string_format()
[all …]