Searched refs:hidst (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1770 register int mrudst, mrustd, hidst, histd, type; in writezone() local 1772 hidst = histd = mrudst = mrustd = -1; in writezone() 1780 hidst = i; in writezone() 1783 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 1784 gmtoffs[hidst] != gmtoffs[mrudst]) { in writezone()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1771 register int mrudst, mrustd, hidst, histd, type; in writezone() local 1773 hidst = histd = mrudst = mrustd = -1; in writezone() 1781 hidst = i; in writezone() 1784 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 1785 gmtoffs[hidst] != gmtoffs[mrudst]) { in writezone()
|
/third_party/tzdata/ |
D | zic.c | 2558 register int mrudst, mrustd, hidst, histd, type; in writezone() local 2560 hidst = histd = mrudst = mrustd = -1; in writezone() 2576 hidst = i; in writezone() 2581 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 2582 utoffs[hidst] != utoffs[mrudst]) { in writezone()
|