Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_date.c374 utl_day_of_week (guint year, guint mm, guint dd) { in utl_day_of_week() function
389 return(52 + ((utl_day_of_week(year, 1, 1) == 4) || (utl_day_of_week(year, 12, 31) == 4))); in utl_weeks_in_year()
397 first = utl_day_of_week(year,1,1) - 1; in utl_get_week_number()
H A Dutils_date.h78 guint utl_day_of_week (guint year, guint mm, guint dd);
H A Dcalendar_widget.c518 first_day = utl_day_of_week (year, month, 1); in calendar_compute_days()