Home
last modified time | relevance | path

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

/external/selinux/sepolgen/src/sepolgen/
Doutput.py92 def rule_cmp(a, b): function
130 rules.sort(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()