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

/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp66 static const uint8_t g_acDaysInMonths[12] = variable
455 : g_acDaysInMonths[pTime->u8Month - 1];
493 : g_acDaysInMonths[pTime->u8Month - 1]));

Completed in 44 milliseconds