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