Searched refs:startoff (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2227 register zic_t startoff; in outzone() local 2367 startoff = zp->z_gmtoff; in outzone() 2541 startoff = oadd(zp->z_gmtoff, in outzone() 2550 startoff == oadd(zp->z_gmtoff, in outzone() 2608 addtype(startoff, in outzone() 2609 zp->z_gmtoff, startoff - zp->z_gmtoff, in outzone() 2611 startoff != zp->z_gmtoff, in outzone() 2615 addtype(startoff, startbuf, in outzone() 2616 startoff != zp->z_gmtoff, in outzone()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 2227 register zic_t startoff; in outzone() local 2367 startoff = zp->z_gmtoff; in outzone() 2541 startoff = oadd(zp->z_gmtoff, in outzone() 2550 startoff == oadd(zp->z_gmtoff, in outzone() 2608 addtype(startoff, in outzone() 2609 zp->z_gmtoff, startoff - zp->z_gmtoff, in outzone() 2611 startoff != zp->z_gmtoff, in outzone() 2615 addtype(startoff, startbuf, in outzone() 2616 startoff != zp->z_gmtoff, in outzone()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 2227 register zic_t startoff; in outzone() local 2367 startoff = zp->z_gmtoff; in outzone() 2541 startoff = oadd(zp->z_gmtoff, in outzone() 2550 startoff == oadd(zp->z_gmtoff, in outzone() 2608 addtype(startoff, in outzone() 2609 zp->z_gmtoff, startoff - zp->z_gmtoff, in outzone() 2611 startoff != zp->z_gmtoff, in outzone() 2615 addtype(startoff, startbuf, in outzone() 2616 startoff != zp->z_gmtoff, in outzone()
|
/third_party/tzdata/ |
D | zic.c | 2595 register zic_t startoff; in outzone() local 2730 startoff = zp->z_stdoff; in outzone() 2828 startoff = oadd(zp->z_stdoff, in outzone() 2838 && startoff == oadd(zp->z_stdoff, in outzone() 2880 bool isdst = startoff != zp->z_stdoff; in outzone() 2881 type = addtype(startoff, startbuf, isdst, in outzone()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | dir.c | 299 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument 310 s = delbuf + startoff; in delete()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 7179 the start point of the matching process, as specified by the startoff-
|