Home
last modified time | relevance | path

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

/external/icu/icu4c/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 …]