Home
last modified time | relevance | path

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

/external/selinux/python/sepolgen/src/sepolgen/
Doutput.py96 def rule_cmp(a, b): function
134 rules.sort(key=util.cmp_to_key(rule_cmp))
/external/icu/icu4c/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()