Searched refs:GetMonthDays (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_datetime.cpp25 uint8_t GetMonthDays(int16_t year, uint8_t month) { function in namespace:__anon16498
341 mdays = GetMonthDays(y, m);
348 mdays = GetMonthDays(y, m) - d + 1;
353 mdays = GetMonthDays(y, m);
366 int mdays = GetMonthDays(y, m);
376 d = GetMonthDays(y, m);

Completed in 66 milliseconds