Searched refs:mrudst (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() 1775 mrudst = types[i]; in writezone() 1783 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 1784 gmtoffs[hidst] != gmtoffs[mrudst]) { in writezone() 1785 isdsts[mrudst] = -1; in writezone() 1786 type = addtype(gmtoffs[mrudst], in writezone() 1788 rawoffs[mrudst], dstoffs[mrudst], in writezone() 1790 &chars[abbrinds[mrudst]], in writezone() 1792 ttisstds[mrudst], in writezone() [all …]
|
/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() 1776 mrudst = types[i]; in writezone() 1784 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 1785 gmtoffs[hidst] != gmtoffs[mrudst]) { in writezone() 1786 isdsts[mrudst] = -1; in writezone() 1787 type = addtype(gmtoffs[mrudst], in writezone() 1789 rawoffs[mrudst], dstoffs[mrudst], in writezone() 1791 &chars[abbrinds[mrudst]], in writezone() 1793 ttisstds[mrudst], in writezone() [all …]
|
/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() 2563 mrudst = pretranstype; in writezone() 2569 mrudst = types[i]; in writezone() 2581 if (hidst >= 0 && mrudst >= 0 && hidst != mrudst && in writezone() 2582 utoffs[hidst] != utoffs[mrudst]) { in writezone() 2583 isdsts[mrudst] = -1; in writezone() 2584 type = addtype(utoffs[mrudst], in writezone() 2585 &chars[desigidx[mrudst]], in writezone() 2587 ttisstds[mrudst], in writezone() [all …]
|