Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/format/
Dscan.rs166 static LONG_WEEKDAY_SUFFIXES: [&'static str; 7] = in short_or_long_weekday() constant
172 let suffix = LONG_WEEKDAY_SUFFIXES[weekday.num_days_from_monday() as usize]; in short_or_long_weekday()