Home
last modified time | relevance | path

Searched refs:thisleapi (Results 1 – 3 of 3) 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/icu/icu4c/source/tools/tzcode/
Dzic.c1713 register int thisleapi, thisleapcnt; in writezone() local
1725 thisleapi = leapi32; in writezone()
1730 thisleapi = 0; in writezone()
1734 thisleaplim = thisleapi + thisleapcnt; in writezone()
1905 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()
/third_party/tzdata/
Dzic.c2467 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2486 thisleapi = range32.leapbase; in writezone()
2496 thisleapi = range64.leapbase; in writezone()
2703 thisleaplim = thisleapi + thisleapcnt; in writezone()
2704 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()