Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DFTPDirectoryDocument.cpp182 static int lastDays[] = { 31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in wasLastDayOfMonth() local
198 return lastDays[month] == day; in wasLastDayOfMonth()