Searched refs:item_plural (Results 1 – 1 of 1) sorted by relevance
/third_party/rust/crates/humantime/src/ |
D | duration.rs | 259 fn item_plural(f: &mut fmt::Formatter, started: &mut bool, in item_plural() function 320 item_plural(f, started, "year", years)?; in fmt() 321 item_plural(f, started, "month", months)?; in fmt() 322 item_plural(f, started, "day", days)?; in fmt()
|