Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1868 register int samei, otheri; in time1() local
1916 otheri = types[otherind]; in time1()
1917 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
1919 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
1925 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1866 register int samei, otheri; in time1() local
1914 otheri = types[otherind]; in time1()
1915 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
1917 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
1923 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()
/third_party/tzdata/
H A Dlocaltime.c2187 register int samei, otheri; in time1() local
2234 otheri = types[otherind]; in time1()
2235 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2237 tmp->tm_sec += (sp->ttis[otheri].tt_utoff in time1()
2243 tmp->tm_sec -= (sp->ttis[otheri].tt_utoff in time1()

Completed in 10 milliseconds