Home
last modified time | relevance | path

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

/external/chromium_org/base/third_party/nspr/
Dprtime.cc237 static const PRInt8 nDays[2][12] = { variable
304 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month]; in ApplySecOffset()
315 nDays[IsLeapYear(time->tm_year)][time->tm_month]) { in ApplySecOffset()
402 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month]; in PR_NormalizeTime()
405 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month]; in PR_NormalizeTime()
414 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month]; in PR_NormalizeTime()