Home
last modified time | relevance | path

Searched defs:Mdf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Dinternals.rs358 pub(super) const fn to_mdf(&self) -> Mdf { in to_mdf()
402 pub(super) struct Mdf(u32); struct
404 impl Mdf { implementation
406 pub(super) const fn new(month: u32, day: u32, YearFlags(flags): YearFlags) -> Option<Mdf> { in new()
414 pub(super) const fn from_of(Of(of): Of) -> Mdf { in from_of()
427 let Mdf(mdf) = *self; in valid() localVariable
440 let Mdf(mdf) = *self; in month() localVariable
445 pub(super) const fn with_month(&self, month: u32) -> Option<Mdf> { in with_month()
450 let Mdf(mdf) = *self; in with_month() localVariable
456 let Mdf(mdf) = *self; in day() localVariable
[all …]
Ddate.rs1037 const fn mdf(&self) -> Mdf { in mdf()