Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c1712 register int thisleapi, thisleapcnt; in writezone() local
1724 thisleapi = leapi32; in writezone()
1729 thisleapi = 0; in writezone()
1733 thisleaplim = thisleapi + thisleapcnt; in writezone()
1904 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c1712 register int thisleapi, thisleapcnt; in writezone() local
1724 thisleapi = leapi32; in writezone()
1729 thisleapi = 0; in writezone()
1733 thisleaplim = thisleapi + thisleapcnt; in writezone()
1904 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c1712 register int thisleapi, thisleapcnt; in writezone() local
1724 thisleapi = leapi32; in writezone()
1729 thisleapi = 0; in writezone()
1733 thisleaplim = thisleapi + thisleapcnt; in writezone()
1904 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()
/third_party/tzdata/
Dzic.c2162 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2194 thisleapi = range32.leapbase; in writezone()
2204 thisleapi = range64.leapbase; in writezone()
2372 thisleaplim = thisleapi + thisleapcnt; in writezone()
2373 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()