Searched refs:z_gmtoff (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 115 zic_t z_gmtoff; member 1218 z.z_gmtoff = gethms(fields[i_gmtoff], _("invalid UT offset"), TRUE); in inzsub() 2184 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone() 2193 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone() 2198 c = stringrule(result, dstrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone() 2206 c = stringrule(result, stdrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone() 2364 gmtoff = zp->z_gmtoff; in outzone() 2367 startoff = zp->z_gmtoff; in outzone() 2458 type = addtype(oadd(zp->z_gmtoff, stdoff), in outzone() 2460 zp->z_gmtoff, stdoff, in outzone() [all …]
|