Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Ddate-test.c86 TEST("Returned month is January", g_date_get_month(d) == G_DATE_JANUARY); in main()
140 g_date_get_month(d) == 1 && in main()
216 TEST("Month accessor works", g_date_get_month(d) == m); in main()
335 g_date_get_month(d) == m); in main()
361 g_date_get_month(d) == m); in main()
409 g_date_get_month(d) == m); in main()
Dtestgdate.c93 TEST("Returned month is January", g_date_get_month(d) == G_DATE_JANUARY); in main()
147 g_date_get_month(d) == 1 && in main()
223 TEST("Month accessor works", g_date_get_month(d) == m); in main()
342 g_date_get_month(d) == m); in main()
368 g_date_get_month(d) == m); in main()
416 g_date_get_month(d) == m); in main()
/external/bluetooth/glib/glib/
Dgdate.h145 GDateMonth g_date_get_month (const GDate *date);
248 #define g_date_month g_date_get_month
Dgaliasdef.c647 #undef g_date_get_month
648 extern __typeof (g_date_get_month) g_date_get_month __attribute((alias("IA__g_date_get_month"), vis…
Dgalias.h640 extern __typeof (g_date_get_month) IA__g_date_get_month __attribute((visibility("hidden")));
641 #define g_date_get_month IA__g_date_get_month macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1306 g_date_get_month
/external/bluetooth/glib/
DChangeLog.pre-2-02799 (g_date_get_month): Changed argument to be const.