Searched refs:TIME_LENGTH (Results 1 – 1 of 1) sorted by relevance
598 static constexpr int TIME_LENGTH = 6; in drawClock() local604 char timeBuff[TIME_LENGTH]; in drawClock()606 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()608 if (length != TIME_LENGTH - 1) { in drawClock()