Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c594 const char *format_p) /**< format buffer */ in ecma_date_to_string_format() argument
601 while (*format_p != LIT_CHAR_NULL) in ecma_date_to_string_format()
603 if (*format_p != LIT_CHAR_DOLLAR_SIGN) in ecma_date_to_string_format()
605 *dest_p++ = (lit_utf8_byte_t) *format_p++; in ecma_date_to_string_format()
609 format_p++; in ecma_date_to_string_format()
615 switch (*format_p) in ecma_date_to_string_format()
725 JERRY_ASSERT (*format_p == LIT_CHAR_UPPERCASE_Z); /* Time zone minutes part. */ in ecma_date_to_string_format()
740 format_p++; in ecma_date_to_string_format()
758 else if (*(format_p - 1) == LIT_CHAR_LOWERCASE_Y && number_length == 6) in ecma_date_to_string_format()