Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DDateMath.cpp260 const int daysInFeb = (leapYear ? 29 : 28); in dayInMonthFromDayInYear() local
261 if (checkMonth(d, step, next, daysInFeb)) in dayInMonthFromDayInYear()