Searched refs:tstruct (Results 1 – 3 of 3) sorted by relevance
398 struct tm tstruct; in GetDateTime() local399 gmtime_r(&m_time, &tstruct); in GetDateTime()401 dt->fYear = tstruct.tm_year + 1900; in GetDateTime()402 dt->fMonth = SkToU8(tstruct.tm_mon + 1); in GetDateTime()403 dt->fDayOfWeek = SkToU8(tstruct.tm_wday); in GetDateTime()404 dt->fDay = SkToU8(tstruct.tm_mday); in GetDateTime()405 dt->fHour = SkToU8(tstruct.tm_hour); in GetDateTime()406 dt->fMinute = SkToU8(tstruct.tm_min); in GetDateTime()407 dt->fSecond = SkToU8(tstruct.tm_sec); in GetDateTime()
5651 goto tstruct;5667 tstruct:
65041 …tstruct { uint32; string }\n\nhave 16 pointer bytes because the garbage collector has to scan up t…65691 …tstruct { uint32; string }\n\nhave 16 pointer bytes because the garbage collector has to scan up t…