Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c2111 register struct rule * dstrp; in stringzone() local
2120 stdrp = dstrp = NULL; in stringzone()
2132 if (dstrp == NULL) in stringzone()
2133 dstrp = rp; in stringzone()
2137 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2176 dstrp = &dstr; in stringzone()
2188 if (dstrp == NULL) in stringzone()
2190 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE); in stringzone()
2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()
2193 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone()
[all …]