Home
last modified time | relevance | path

Searched refs:thisleapcnt (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
1725 thisleapcnt = leapcnt32; in writezone()
1730 thisleapcnt = leapcnt; in writezone()
1733 thisleaplim = thisleapi + thisleapcnt; in writezone()
1866 convert(thisleapcnt, tzh.tzh_leapcnt); in writezone()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c1713 register int thisleapi, thisleapcnt; in writezone() local
1726 thisleapcnt = leapcnt32; in writezone()
1731 thisleapcnt = leapcnt; in writezone()
1734 thisleaplim = thisleapi + thisleapcnt; in writezone()
1867 convert(thisleapcnt, tzh.tzh_leapcnt); in writezone()
/third_party/tzdata/
Dzic.c2467 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2487 thisleapcnt = range32.leapcount; in writezone()
2497 thisleapcnt = range64.leapcount; in writezone()
2639 thistimecnt = thisleapcnt = 0; in writezone()
2648 convert(thisleapcnt + thisleapexpiry, tzh.tzh_leapcnt); in writezone()
2703 thisleaplim = thisleapi + thisleapcnt; in writezone()