Searched refs:inclusionRule (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | filterrb.cpp | 78 bool inclusionRule = false; in addRule() local 80 inclusionRule = true; in addRule() 87 addRule(path, inclusionRule, status); in addRule() 90 void SimpleRuleBasedPathFilter::addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& sta… in addRule() argument 94 fRoot.applyRule(path, path.pieces().begin(), inclusionRule, status); in addRule() 164 bool inclusionRule, in applyRule() argument 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule() 188 fWildcard->applyRule(path, it, inclusionRule, status); in applyRule() 190 child.second.applyRule(path, it, inclusionRule, status); in applyRule() 206 search->second.applyRule(path, it, inclusionRule, status); in applyRule()
|
D | filterrb.h | 138 void addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& status); 166 bool inclusionRule,
|