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:__anon17858
336 mdays = GetMonthDays(y, m);
343 mdays = GetMonthDays(y, m) - d + 1;
348 mdays = GetMonthDays(y, m);
361 int mdays = GetMonthDays(y, m);
371 d = GetMonthDays(y, m);

Completed in 166 milliseconds