Searched refs:kLeapNumDays (Results 1 – 1 of 1) sorted by relevance
64 static const int16_t kLeapNumDays[] variable412 dayOfMonth = dayOfYear - (isLeap?kLeapNumDays[month]:kNumDays[month]) + 1; // one-based DOM in handleComputeFields()572 julianDay += isLeap?kLeapNumDays[month]:kNumDays[month]; in handleComputeMonthStart()