Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.cc21 static const char kDaysInMonths[] = variable
108 if (days < kDaysInMonths[i]) { in YearMonthDayFromDays()
113 days -= kDaysInMonths[i]; in YearMonthDayFromDays()