Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2090 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function
2146 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()
2148 if (rule_cmp(stdrp, rp) < 0) in stringzone()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c2091 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function
2147 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()
2149 if (rule_cmp(stdrp, rp) < 0) in stringzone()
/third_party/tzdata/
Dzic.c2936 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function
2983 cmp = rule_cmp(*last, rp); in stringzone()
2991 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()