Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c1711 register int thistimei, thistimecnt; in writezone() local
1722 thistimei = timei32; in writezone()
1727 thistimei = 0; in writezone()
1732 thistimelim = thistimei + thistimecnt; in writezone()
1748 for (i = thistimei - 1; i < thistimelim; ++i) in writezone()
1757 if (thistimei == 0) in writezone()
1773 for (i = thistimei; i < thistimelim; ++i) in writezone()
1817 if (thistimei > 0) { in writezone()
1821 if (i != types[thistimei - 1]) { in writezone()
1822 i = types[thistimei - 1]; in writezone()
[all …]