Searched refs:short_or_long_weekday (Results 1 – 3 of 3) sorted by relevance
164 pub fn short_or_long_weekday(s: &str) -> ParseResult<(&str, Weekday)> { in short_or_long_weekday() function
844 if let Ok(("", w)) = scan::short_or_long_weekday(s) { in from_str()
362 let weekday = try_consume!(scan::short_or_long_weekday(s)); in parse_internal()