Home
last modified time | relevance | path

Searched refs:g_date_get_sunday_week_of_year (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestgdate.c300 g_date_get_sunday_week_of_year(d) <= sunday_weeks_in_year); in main()
306 g_date_get_sunday_week_of_year(d) >= sunday_week_of_year); in main()
311 (g_date_get_sunday_week_of_year(d) - sunday_week_of_year) == 1); in main()
316 (g_date_get_sunday_week_of_year(d) - sunday_week_of_year) == 0); in main()
319 sunday_week_of_year = g_date_get_sunday_week_of_year(d); in main()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdate.h176 guint g_date_get_sunday_week_of_year (const GDate *date);
300 … g_date_sunday_week_of_year g_date_get_sunday_week_of_year GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_da…
H A Dgdate.c788 g_date_get_sunday_week_of_year (const GDate *d) in g_date_get_sunday_week_of_year() function
2506 n = g_date_get_sunday_week_of_year (d); in win32_strftime_helper()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Ddate.c596 g_assert_cmpint (g_date_get_sunday_week_of_year (d), <=, sunday_weeks_in_year); in test_year()
597 g_assert_cmpint (g_date_get_sunday_week_of_year (d), >=, sunday_week_of_year); in test_year()
599 g_assert_cmpint (g_date_get_sunday_week_of_year (d) - sunday_week_of_year, ==, 1); in test_year()
601 g_assert_cmpint (g_date_get_sunday_week_of_year (d) - sunday_week_of_year, ==, 0); in test_year()
603 sunday_week_of_year = g_date_get_sunday_week_of_year (d); in test_year()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-dense-cal.c852 : g_date_get_sunday_week_of_year(&date)); in recompute_extents()
856 : g_date_get_sunday_week_of_year(&date)); in recompute_extents()
1485 : g_date_get_sunday_week_of_year(start)); in num_weeks_per_col()
1488 : g_date_get_sunday_week_of_year(end)); in num_weeks_per_col()
1538 : g_date_get_sunday_week_of_year(startD)); in month_coords()
1545 : g_date_get_sunday_week_of_year(endD)); in month_coords()
1592 : g_date_get_sunday_week_of_year(startD)) + 1; in month_coords()
1595 : g_date_get_sunday_week_of_year(endD)); in month_coords()
1617 gint end_week_of_year = g_date_get_sunday_week_of_year(endD); in month_coords()
1667 d_week_of_cal = g_date_get_sunday_week_of_year(&d); in doc_coords()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc106 function g_date_get_sunday_week_of_year(date:PGDate):guint;cdecl;external gliblib name 'g_date_get_…
158 …unday_week_of_year(date:PGDate):guint;cdecl;external gliblib name 'g_date_get_sunday_week_of_year';
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc106 function g_date_get_sunday_week_of_year(date:PGDate):guint;cdecl;external gliblib name 'g_date_get_…
158 …unday_week_of_year(date:PGDate):guint;cdecl;external gliblib name 'g_date_get_sunday_week_of_year';
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDate.cs163 static extern uint g_date_get_sunday_week_of_year(IntPtr raw); in g_date_get_sunday_week_of_year() method in GLib.Date
167 uint raw_ret = g_date_get_sunday_week_of_year(Handle);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/
H A Ddate.rs113 unsafe { glib_sys::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in get_sunday_week_of_year()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Ddate.cc306 return g_date_get_sunday_week_of_year(&gobject_); in get_sunday_week_of_year()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/
H A Ddate.rs153 unsafe { ffi::g_date_get_sunday_week_of_year(self.to_glib_none().0) } in sunday_week_of_year()
/dports/deskutils/pal/pal-0.4.3/src/
H A Doutput.c164 : g_date_get_sunday_week_of_year(date); in pal_output_text_week()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Ddate.ccg293 return g_date_get_sunday_week_of_year(&gobject_);
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dglib.defs1713 (define-function g_date_get_sunday_week_of_year
1714 (c-name "g_date_get_sunday_week_of_year")

12