Home
last modified time | relevance | path

Searched refs:stdrp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2110 register struct rule * stdrp; in stringzone() local
2120 stdrp = dstrp = NULL; in stringzone()
2128 if (stdrp == NULL) in stringzone()
2129 stdrp = rp; in stringzone()
2137 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2148 if (rule_cmp(stdrp, rp) < 0) in stringzone()
2149 stdrp = rp; in stringzone()
2156 if (stdrp != NULL && stdrp->r_hiyear == 2037) in stringzone()
2159 if (stdrp != NULL && stdrp->r_stdoff != 0) { in stringzone()
2166 dstr.r_stdoff = stdrp->r_stdoff; in stringzone()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c2111 register struct rule * stdrp; in stringzone() local
2121 stdrp = dstrp = NULL; in stringzone()
2129 if (stdrp == NULL) in stringzone()
2130 stdrp = rp; in stringzone()
2138 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2149 if (rule_cmp(stdrp, rp) < 0) in stringzone()
2150 stdrp = rp; in stringzone()
2157 if (stdrp != NULL && stdrp->r_hiyear == 2037) in stringzone()
2160 if (stdrp != NULL && stdrp->r_stdoff != 0) { in stringzone()
2167 dstr.r_stdoff = stdrp->r_stdoff; in stringzone()
[all …]
/third_party/tzdata/
Dzic.c2956 register struct rule * stdrp; in stringzone() local
2989 stdrp = lastrp[false]; in stringzone()
2991 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()
3029 stdr.r_abbrvar = save < 0 && stdrp ? stdrp->r_abbrvar : NULL; in stringzone()
3031 stdrp = &stdr; in stringzone()
3033 len = doabbr(result, stdzp, stdrp ? stdrp->r_abbrvar : NULL, in stringzone()
3064 c = stringrule(result + len, stdrp, dstrp->r_save, stdzp->z_stdoff); in stringzone()