monthFromDayInYear 507 Source/platform/DateComponents.cpp m_month = monthFromDayInYear(yearDay, isLeapYear(m_year)); monthFromDayInYear 447 Source/wtf/DateMath.cpp int month = monthFromDayInYear(dayInYearLocal, leapYear); monthFromDayInYear 78 Source/wtf/DateMath.h WTF_EXPORT int monthFromDayInYear(int dayInYear, bool leapYear); monthFromDayInYear 92 Source/wtf/DateMath.h using WTF::monthFromDayInYear;