Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DDateMath.cpp150 static const int excludedLeapDaysBefore1971By100Rule = 1970 / 100; in daysFrom1970ToYear() local
155 …double yearsToExcludeBy100Rule = floor(yearMinusOne / 100.0) - excludedLeapDaysBefore1971By100Rule; in daysFrom1970ToYear()