Searched refs:G_TIME_SPAN_HOUR (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/tests/ |
D | gdatetime.c | 815 g_assert_cmpint (g_date_time_get_utc_offset (dt), ==, 12 * G_TIME_SPAN_HOUR); in test_GDateTime_new_from_iso8601() 820 g_assert_cmpint (g_date_time_get_utc_offset (dt), ==, 12 * G_TIME_SPAN_HOUR); in test_GDateTime_new_from_iso8601() 825 g_assert_cmpint (g_date_time_get_utc_offset (dt), ==, -2 * G_TIME_SPAN_HOUR); in test_GDateTime_new_from_iso8601() 869 { TRUE, "1980-02-22T12:36:00+02:00", 1980, 2, 22, 12, 36, 0, 0, 2 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2() 870 { TRUE, "1990-12-31T15:59:60-08:00", 1990, 12, 31, 15, 59, 59, 0, -8 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2() 881 … TRUE, "2018-08-03T14:08:05.446178377+01:00", 2018, 8, 3, 14, 8, 5, 446178, 1 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2() 891 { TRUE, "20180803T140805.446178377+0100", 2018, 8, 3, 14, 8, 5, 446178, 1 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2() 906 { TRUE, "20180803T140805,446178377+0100", 2018, 8, 3, 14, 8, 5, 446178, 1 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2() 907 …TRUE, "2018-08-03T14:08:05.446178377-01:00", 2018, 8, 3, 14, 8, 5, 446178, -1 * G_TIME_SPAN_HOUR }, in test_GDateTime_new_from_iso8601_2()
|
/third_party/glib/glib/ |
D | gdatetime.h | 51 #define G_TIME_SPAN_HOUR (G_GINT64_CONSTANT (3600000000)) macro
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1975 G_TIME_SPAN_HOUR
|