Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp641 int32_t iDatesCount = pdfium::CollectionSize<int32_t>(m_arrDates); in RemoveSelDay() local
643 if (iSelDay <= iDatesCount) in RemoveSelDay()