Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/time/
Ddatetime.rs270 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.c94 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/
Dignored.tsv1177 Modules/_zoneinfo.c - DAYS_IN_MONTH -