Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c41 const char month_names_p[12][3] = variable
654 str_p = month_names_p[month]; in ecma_date_to_string_format()
Decma-builtin-helpers.h151 extern const char month_names_p[12][3];
Decma-builtin-date.c178 if (!memcmp (month_names_p[i], *str_p, 3)) in ecma_date_parse_month_name()