Searched refs:ymdhmsn (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/chrono/src/format/ |
D | parsed.rs | 1052 let ymdhmsn = in test_parsed_to_naive_datetime_with_offset() localVariable 1070 ymdhmsn(2012, 2, 3, 5, 6, 7, 890_123_456) in test_parsed_to_naive_datetime_with_offset() 1074 assert_eq!(parse!(timestamp: 1, nanosecond: 1), ymdhmsn(1970, 1, 1, 0, 0, 1, 1)); in test_parsed_to_naive_datetime_with_offset() 1085 ymdhmsn(2014, 12, 31, 4, 26, 40, 12_345_678) in test_parsed_to_naive_datetime_with_offset() 1102 ymdhmsn(2014, 12, 31, 4, 26, 40, 12_345_678) in test_parsed_to_naive_datetime_with_offset() 1131 ymdhmsn(2012, 6, 30, 23, 59, 59, 1_000_000_000) in test_parsed_to_naive_datetime_with_offset() 1135 ymdhmsn(2012, 6, 30, 23, 59, 59, 1_000_000_000) in test_parsed_to_naive_datetime_with_offset() 1161 ymdhmsn(2012, 6, 30, 23, 59, 59, 1_000_000_000) in test_parsed_to_naive_datetime_with_offset() 1166 ymdhmsn(2012, 6, 30, 23, 59, 59, 1_000_000_000) in test_parsed_to_naive_datetime_with_offset() 1200 let ymdhmsn = |y, m, d, h, n, s, nano, off| { in test_parsed_to_datetime() localVariable [all …]
|
/external/rust/crates/chrono/src/naive/ |
D | datetime.rs | 2420 let ymdhmsn = in test_datetime_parse_from_str() localVariable 2450 Ok(ymdhmsn(2010, 9, 8, 7, 6, 54, 1234)) in test_datetime_parse_from_str() 2454 Ok(ymdhmsn(2015, 9, 5, 23, 56, 4, 649000000)) in test_datetime_parse_from_str() 2458 Ok(ymdhmsn(2017, 6, 19, 6, 38, 23, 87654000)) in test_datetime_parse_from_str() 2462 Ok(ymdhmsn(2015, 7, 24, 12, 49, 49, 918273645)) in test_datetime_parse_from_str()
|