Searched refs:stdoffset (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 1152 int_fast32_t stdoffset; in tzparse() local 1174 name = getoffset(name, &stdoffset); in tzparse() 1211 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse() 1236 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse() 1272 starttime = transtime(year, &start, stdoffset), in tzparse() 1383 sp->ats[i] += stdoffset - in tzparse() 1395 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse() 1404 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
|