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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp591 double doubleMonth = positiveFmod(months, 12); local
592 double doubleYear = 1970 + (months - doubleMonth) / 12;
596 int month = static_cast<int>(doubleMonth);

Completed in 122 milliseconds