Searched refs:timeInfo (Results 1 – 2 of 2) sorted by relevance
61 struct tm *timeInfo = localtime(&mTs); in toString() local62 result.appendFormat("%02d:%02d:%02d :: %d", timeInfo->tm_hour, timeInfo->tm_min, in toString()63 timeInfo->tm_sec, mCount); in toString()
611 struct tm* timeInfo = localtime(&rawtime); in drawClock() local615 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()