Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/naive/
Dinternals.rs382 fn clamp_month(month: u32) -> u32 { in clamp_month() method
401 let month = Mdf::clamp_month(month); in new()
433 let month = Mdf::clamp_month(month); in with_month()