Home
last modified time | relevance | path

Searched refs:tstruct (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/ports/
DSkTime_Unix.cpp21 struct tm* tstruct; in GetDateTime() local
22 tstruct = localtime(&m_time); in GetDateTime()
24 dt->fYear = tstruct->tm_year; in GetDateTime()
25 dt->fMonth = SkToU8(tstruct->tm_mon + 1); in GetDateTime()
26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday); in GetDateTime()
27 dt->fDay = SkToU8(tstruct->tm_mday); in GetDateTime()
28 dt->fHour = SkToU8(tstruct->tm_hour); in GetDateTime()
29 dt->fMinute = SkToU8(tstruct->tm_min); in GetDateTime()
30 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
/external/chromium_org/third_party/skia/src/ports/
DSkTime_Unix.cpp21 struct tm* tstruct; in GetDateTime() local
22 tstruct = localtime(&m_time); in GetDateTime()
24 dt->fYear = tstruct->tm_year; in GetDateTime()
25 dt->fMonth = SkToU8(tstruct->tm_mon + 1); in GetDateTime()
26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday); in GetDateTime()
27 dt->fDay = SkToU8(tstruct->tm_mday); in GetDateTime()
28 dt->fHour = SkToU8(tstruct->tm_hour); in GetDateTime()
29 dt->fMinute = SkToU8(tstruct->tm_min); in GetDateTime()
30 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
/external/libxml2/
Dxmlmemory.c725 struct tm * tstruct; in xmlMemDisplay() local
739 tstruct = localtime(&currentTime); in xmlMemDisplay()
740 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct); in xmlMemDisplay()
/external/chromium_org/third_party/libxml/src/
Dxmlmemory.c722 struct tm * tstruct; in xmlMemDisplay() local
736 tstruct = localtime(&currentTime); in xmlMemDisplay()
737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct); in xmlMemDisplay()