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

/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp75 static const uint8_t g_acDaysInMonthsLeap[12] = variable
454 ? g_acDaysInMonthsLeap[pTime->u8Month - 1]
492 ? g_acDaysInMonthsLeap[pTime->u8Month - 1]
802 ? g_acDaysInMonthsLeap[pTime->u8Month - 1]
803 : g_acDaysInMonthsLeap[pTime->u8Month - 1];

Completed in 43 milliseconds