Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgdatetime.c205 static const gint month_item[2][12] = variable
215 #define MONTH_ABBR(d) nl_langinfo (month_item[0][g_date_time_get_month (d) - 1])
217 #define MONTH_FULL(d) nl_langinfo (month_item[1][g_date_time_get_month (d) - 1])