Home
last modified time | relevance | path

Searched refs:g_date_valid_month (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestgdate.c101 TEST("Bad month is invalid", !g_date_valid_month(G_DATE_BAD_MONTH)); in main()
102 TEST("Month 13 is invalid", !g_date_valid_month(13)); in main()
200 TEST("Month between 1 and 12 is valid", g_date_valid_month(m)); in main()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Ddate.c32 g_assert (!g_date_valid_month (G_DATE_BAD_MONTH)); in test_basic()
33 g_assert (!g_date_valid_month (13)); in test_basic()
544 g_assert (g_date_valid_month (m)); in test_year()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc92 function g_date_valid_month (month:TGDateMonth):gboolean;cdecl;external gliblib name 'g_date_vali…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc92 function g_date_valid_month (month:TGDateMonth):gboolean;cdecl;external gliblib name 'g_date_vali…
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDate.cs393 static extern bool g_date_valid_month(int month); in g_date_valid_month() method in GLib.Date
396 bool raw_ret = g_date_valid_month(month); in ValidMonth()
/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-dateentry.c149 if(g_date_valid_month(pt.n[1])) in hb_date_parse_tokens()
156 if(g_date_valid_month(pt.n[0])) in hb_date_parse_tokens()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdate.h143 gboolean g_date_valid_month (GDateMonth month) G_GNUC_CONST;
H A Dgdate.c430 g_date_valid_month (GDateMonth m) in g_date_valid_month() function
1517 g_return_if_fail (g_date_valid_month (m)); in g_date_set_month()
1932 g_return_val_if_fail (g_date_valid_month (month), 0); in g_date_get_days_in_month()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/
H A Ddate.rs257 unsafe { from_glib(glib_sys::g_date_valid_month(month.to_glib())) } in valid_month()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Ddate.cc410 return g_date_valid_month((GDateMonth)month); in valid_month()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/
H A Ddate.rs380 unsafe { from_glib(ffi::g_date_valid_month(month.into_glib())) } in valid_month()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Ddatetime.c650 g_return_val_if_fail (g_date_valid_month (m), NULL); in go_date_month_name()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Ddate.ccg397 return g_date_valid_month((GDateMonth)month);
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dutils_dates.c153 if (! g_date_valid_month (nvalue)) in gsb_parse_date_string_from_tokens_and_date()

123