Searched refs:DAYS_IN_MONTH (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/time/ |
D | datetime.rs | 270 static DAYS_IN_MONTH: [i8; 12] = [31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 31, 29]; in from() variable 311 while i32::from(DAYS_IN_MONTH[months as usize]) <= remdays { in from() 312 remdays -= i32::from(DAYS_IN_MONTH[months as usize]); in from()
|
/third_party/python/Modules/ |
D | _zoneinfo.c | 94 static int DAYS_IN_MONTH[] = { variable 1176 uint8_t days_in_month = DAYS_IN_MONTH[self->month]; in calendarrule_year_to_timestamp()
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1177 Modules/_zoneinfo.c - DAYS_IN_MONTH -
|