Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Ddate-test.c308 g_date_compare(d,d) == 0); in main()
322 g_date_compare(d, &tmp) > 0); in main()
357 g_date_compare(d, &tmp) > 0); in main()
404 g_date_compare(d,&tmp) > 0); in main()
Dtestgdate.c315 g_date_compare(d,d) == 0); in main()
329 g_date_compare(d, &tmp) > 0); in main()
364 g_date_compare(d, &tmp) > 0); in main()
411 g_date_compare(d,&tmp) > 0); in main()
/external/bluetooth/glib/glib/
Dgdate.h225 gint g_date_compare (const GDate *lhs,
Dgaliasdef.c617 #undef g_date_compare
618 extern __typeof (g_date_compare) g_date_compare __attribute((alias("IA__g_date_compare"), visibilit…
Dgalias.h610 extern __typeof (g_date_compare) IA__g_date_compare __attribute((visibility("hidden")));
611 #define g_date_compare IA__g_date_compare macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1300 g_date_compare
/external/bluetooth/glib/
DChangeLog.pre-2-02806 (g_date_compare): Changed arguments to be const.