Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c1272 zic_t dayoff, tod; in inleap() local
1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap()
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
2024 register zic_t tod = rp->r_tod; in stringrule() local
2051 tod += wdayoff * SECSPERDAY; in stringrule()
2061 tod += wdayoff * SECSPERDAY; in stringrule()
2071 tod += gmtoff; in stringrule()
2073 tod += dstoff; in stringrule()
2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2076 if (stringoffset(end(result), tod) != 0) in stringrule()
[all …]