Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Ddate.c68 g_assert_cmpint (g_date_get_day (d), ==, 1); in test_dmy_constructor()
84 g_assert_cmpint (g_date_get_day (d2), ==, 9); in test_julian_constructor()
123 g_assert_cmpint (g_date_get_day (d), ==, 3); in test_dates()
148 g_assert_cmpint (g_date_get_day (d), ==, 10); in test_parse()
154 g_assert_cmpint (g_date_get_day (d), ==, 1); in test_parse()
166 g_assert_cmpint (g_date_get_day (d), ==, 1); in test_parse()
172 g_assert_cmpint (g_date_get_day (d), ==, 10); in test_parse()
178 g_assert_cmpint (g_date_get_day (d), ==, 1); in test_parse()
233 g_assert_cmpint (g_date_get_day (&date), ==, 4); in test_parse_locale_change()
325 g_assert_cmpint (g_date_get_day (gdate), ==, d); \ in test_month_names()
[all …]
/third_party/glib/tests/
Dtestgdate.c96 TEST("Returned day is 1", g_date_get_day(d) == 1); in main()
153 g_date_get_day(d) == 10 && in main()
230 TEST("Day of month accessor works", g_date_get_day(d) == day); in main()
338 g_date_get_day(d) == day); in main()
396 g_date_get_day(d) == day); in main()
441 g_date_get_day(d) == day); in main()
/third_party/glib/glib/
Dgdate.h162 GDateDay g_date_get_day (const GDate *date);
296 #define g_date_day g_date_get_day GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_date_get_day)
Dgtimezone.c1028 buffer->mday = (int) g_date_get_day (&date); in find_relative_date()
1054 buffer->mday = g_date_get_day (&date); in find_relative_date()
1356 boundary->mday = (int) g_date_get_day (&date); in parse_julian_boundary()
Dgdate.c672 g_date_get_day (const GDate *d) in g_date_get_day() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttag.c292 fail_if (g_date_get_day (date) != 14); in GST_START_TEST()
295 fail_if (g_date_get_day (date2) != 14); in GST_START_TEST()
Dgstvalue.c2276 fail_unless (g_date_get_day (date) == 22); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c562 g_date_get_month (date), g_date_get_day (date)); in gst_wavparse_tags_foreach()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstxmptag.c1551 (gint) g_date_get_day (date)); in gst_value_serialize_xmp()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1903 g_date_get_day
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c1255 g_date_get_month (date), g_date_get_day (date)); in gst_avi_mux_write_tag()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c7243 g_date_get_month (date), g_date_get_day (date)); in gst_value_serialize_date()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c1357 day = g_date_get_day (date); in gst_qt_mux_add_mp4_date()