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

/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc237 static const PRInt8 nDays[2][12] = { variable
304 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
315 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
402 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month];
405 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
414 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 113 milliseconds