Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
DJS_Define.cpp75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth() local
76 return TimeFromYear(y) + ((double)pMonth[m]) * 86400000; in TimeFromYearMonth()
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp676 static const wchar_t* const pMonth[] = {L"January", L"February", L"March", in GetHeadText() local
680 return WideString::Format(L"%ls, %d", pMonth[iMonth - 1], iYear); in GetHeadText()