Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgdatetime.c601 ymd_to_days (gint year, in ymd_to_days() function
1601 datetime->days = ymd_to_days (year, month, day); in g_date_time_new()
1607 (ymd_to_days (year, month, day) - UNIX_EPOCH_START) + in g_date_time_new()
1768 return g_date_time_replace_days (datetime, ymd_to_days (year, month, day)); in g_date_time_add_years()
1816 return g_date_time_replace_days (datetime, ymd_to_days (year, month, day)); in g_date_time_add_months()
1987 (ymd_to_days (year, month, day) + days - UNIX_EPOCH_START); in g_date_time_add_full()