Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dm41t60.c85 static const uchar daysInMonth[0x13] = { in rtc_validate() local
124 daysInMonth[month] < date || 0x09 < (date & 0x0F) || 0x00 == date || in rtc_validate()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/
H A Ddatetimewidget.cpp53 int maxDays = d.daysInMonth(); in initUi()