Searched defs:yearDay (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DGregorianDateTime.h53 inline int yearDay() const { return m_yearDay; } function in class:WTF::GregorianDateTime
64 inline void setYearDay(int yearDay) { m_yearDay = yearDay; } argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp520 int yearDay = dayInYear(ms, m_year); local
626 int yearDay = dayInYear(ms, m_year); local

Completed in 122 milliseconds