Searched refs:g_time_zone_get_abbreviation (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | gdatetime.c | 2456 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "UTC"); in test_no_header() 2484 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "UTC"); in test_posix_parse() 2494 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "PST"); in test_posix_parse() 2505 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "PST"); in test_posix_parse() 2508 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 1), ==, "PDT"); in test_posix_parse() 2517 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "PST"); in test_posix_parse() 2520 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 1), ==, "PDT"); in test_posix_parse() 2539 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "NZST"); in test_posix_parse() 2542 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 1), ==, "NZDT"); in test_posix_parse() 2566 g_assert_cmpstr (g_time_zone_get_abbreviation (tz, 0), ==, "NZST"); in test_posix_parse() [all …]
|
/third_party/glib/glib/ |
D | gtimezone.h | 83 const gchar * g_time_zone_get_abbreviation (GTimeZone *tz,
|
D | gtimezone.c | 2272 g_time_zone_get_abbreviation (GTimeZone *tz, in g_time_zone_get_abbreviation() function
|
D | gdatetime.c | 2681 return g_time_zone_get_abbreviation (datetime->tz, datetime->interval); in g_date_time_get_timezone_abbreviation()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1966 g_time_zone_get_abbreviation
|
/third_party/glib/ |
D | NEWS | 2518 …#1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" =…
|