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

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c2020 register struct rule * stdrp; local
2027 stdrp = dstrp = NULL;
2035 if (stdrp == NULL)
2036 stdrp = rp;
2044 if (stdrp == NULL && dstrp == NULL) {
2051 if (stdrp == NULL || rp->r_hiyear > stdrp->r_hiyear ||
2052 (rp->r_hiyear == stdrp->r_hiyear &&
2053 rp->r_month > stdrp->r_month))
2054 stdrp
[all...]

Completed in 62 milliseconds