Searched refs:Mdf (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/chrono/src/naive/ |
D | internals.rs | 287 pub fn from_mdf(Mdf(mdf): Mdf) -> Of { in from_mdf() 342 pub fn to_mdf(&self) -> Mdf { in to_mdf() argument 343 Mdf::from_of(*self) in to_mdf() 378 pub struct Mdf(pub u32); struct 380 impl Mdf { implementation 400 pub fn new(month: u32, day: u32, YearFlags(flags): YearFlags) -> Mdf { in new() argument 401 let month = Mdf::clamp_month(month); in new() 402 let day = Mdf::clamp_day(day); in new() 403 Mdf((month << 9) | (day << 4) | u32::from(flags)) in new() 407 pub fn from_of(Of(of): Of) -> Mdf { in from_of() argument [all …]
|
D | date.rs | 21 use super::internals::{self, DateImpl, Mdf, Of, YearFlags}; 148 fn from_mdf(year: i32, mdf: Mdf) -> Option<NaiveDate> { in from_mdf() 197 NaiveDate::from_mdf(year, Mdf::new(month, day, flags)) in from_ymd_opt() 765 fn mdf(&self) -> Mdf { in mdf() argument 779 fn with_mdf(&self, mdf: Mdf) -> Option<NaiveDate> { in with_mdf()
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedInvalidSeparateCertificateandCRLKeysTest21.eml | 83 BQADggEBAKN55WtVRJBOZvbUAlZXukKilUzr4Z8lHcq4fiql8hc6UUhmYAc/7Mdf
|