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

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDateMath.cpp271 const int daysInFeb = (leapYear ? 29 : 28); local
272 if (checkMonth(d, step, next, daysInFeb))

Completed in 182 milliseconds