Home
last modified time | relevance | path

Searched refs:saved_seconds (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1678 register int saved_seconds; in time2sub() local
1736 saved_seconds = 0; in time2sub()
1748 saved_seconds = yourtm.tm_sec; in time2sub()
1751 saved_seconds = yourtm.tm_sec; in time2sub()
1835 newt = t + saved_seconds; in time2sub()
1836 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1676 register int saved_seconds; in time2sub() local
1734 saved_seconds = 0; in time2sub()
1746 saved_seconds = yourtm.tm_sec; in time2sub()
1749 saved_seconds = yourtm.tm_sec; in time2sub()
1833 newt = t + saved_seconds; in time2sub()
1834 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/third_party/tzdata/
H A Dlocaltime.c1966 register int saved_seconds; in time2sub() local
2030 saved_seconds = 0; in time2sub()
2042 saved_seconds = yourtm.tm_sec; in time2sub()
2045 saved_seconds = yourtm.tm_sec; in time2sub()
2151 newt = t + saved_seconds; in time2sub()
2152 if ((newt < t) != (saved_seconds < 0)) in time2sub()

Completed in 9 milliseconds