Searched refs:gmtoff (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | zic.c | 124 static int addtype(long gmtoff, long rawoff, long dstoff, 128 static int addtype(long gmtoff, const char * abbr, int isdst, 174 long dstoff, long gmtoff); 1958 stringrule(result, rp, dstoff, gmtoff) in stringrule() argument 1962 const long gmtoff; 1997 tod += gmtoff; 2105 register long gmtoff; local 2198 gmtoff = zp->z_gmtoff; 2299 -gmtoff); 2315 offset = rp->r_todisgmt ? 0 : gmtoff; [all …]
|