Searched refs:leapDaysMonth (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 843 static int leapDaysMonth[12] = { 0,31,60,91,121,152,182,213,244,274,305,335}; in _TimeFromYearMonth() local 846 pMonth = leapDaysMonth; in _TimeFromYearMonth()
|