Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DDateMath.h108 double dateToDaysFrom1970(int year, int month, int day);
119 using WTF::dateToDaysFrom1970;
H A DDateMath.cpp313 double dateToDaysFrom1970(int year, int month, int day) in dateToDaysFrom1970() function
460 double day = dateToDaysFrom1970(equivalentYear, month, dayInMonth); in calculateLocalTimeOffset()
935 double day = dateToDaysFrom1970(t.year + 1900, t.month, t.monthDay); in gregorianDateTimeToMS()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DDateMath.h108 double dateToDaysFrom1970(int year, int month, int day);
119 using WTF::dateToDaysFrom1970;
H A DDateMath.cpp314 double dateToDaysFrom1970(int year, int month, int day) in dateToDaysFrom1970() function
461 double day = dateToDaysFrom1970(equivalentYear, month, dayInMonth); in calculateLocalTimeOffset()
936 double day = dateToDaysFrom1970(t.year + 1900, t.month, t.monthDay); in gregorianDateTimeToMS()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DDateMath.h108 double dateToDaysFrom1970(int year, int month, int day);
119 using WTF::dateToDaysFrom1970;
H A DDateMath.cpp314 double dateToDaysFrom1970(int year, int month, int day) in dateToDaysFrom1970() function
461 double day = dateToDaysFrom1970(equivalentYear, month, dayInMonth); in calculateLocalTimeOffset()
936 double day = dateToDaysFrom1970(t.year + 1900, t.month, t.monthDay); in gregorianDateTimeToMS()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DDateMath.h113 double dateToDaysFrom1970(int year, int month, int day);
125 using WTF::dateToDaysFrom1970;
H A DDateMath.cpp321 double dateToDaysFrom1970(int year, int month, int day) in dateToDaysFrom1970() function
468 double day = dateToDaysFrom1970(equivalentYear, month, dayInMonth); in calculateLocalTimeOffset()
1099 double day = dateToDaysFrom1970(t.year + 1900, t.month, t.monthDay); in gregorianDateTimeToMS()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DDateComponents.cpp659 return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay; in millisecondsSinceEpoch()
662 …return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay + millisecondsSinceEpochForTime(… in millisecondsSinceEpoch()
664 return dateToDaysFrom1970(m_year, m_month, 1) * msPerDay; in millisecondsSinceEpoch()
668 …return (dateToDaysFrom1970(m_year, 0, 1) + offsetTo1stWeekStart(m_year) + (m_week - 1) * 7) * msPe… in millisecondsSinceEpoch()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog2939 Expose dateToDaysFrom1970().
2944 (WTF::dateToDaysFrom1970):
3983 … (WTF::dateToDaysFrom1970): Renamed from dateToDayInYear, and changed the return type to double.
3984 (WTF::calculateDSTOffset): Follow the dateToDaysFrom1970() change.
3986 (JSC::gregorianDateTimeToMS): Follow the dateToDaysFrom1970() change.
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog2953 Expose dateToDaysFrom1970().
2958 (WTF::dateToDaysFrom1970):
3997 … (WTF::dateToDaysFrom1970): Renamed from dateToDayInYear, and changed the return type to double.
3998 (WTF::calculateDSTOffset): Follow the dateToDaysFrom1970() change.
4000 (JSC::gregorianDateTimeToMS): Follow the dateToDaysFrom1970() change.
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog2953 Expose dateToDaysFrom1970().
2958 (WTF::dateToDaysFrom1970):
3997 … (WTF::dateToDaysFrom1970): Renamed from dateToDayInYear, and changed the return type to double.
3998 (WTF::calculateDSTOffset): Follow the dateToDaysFrom1970() change.
4000 (JSC::gregorianDateTimeToMS): Follow the dateToDaysFrom1970() change.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2010-05-2412138 Expose dateToDaysFrom1970().
12143 (WTF::dateToDaysFrom1970):
13182 … (WTF::dateToDaysFrom1970): Renamed from dateToDayInYear, and changed the return type to double.
13183 (WTF::calculateDSTOffset): Follow the dateToDaysFrom1970() change.
13185 (JSC::gregorianDateTimeToMS): Follow the dateToDaysFrom1970() change.