Home
last modified time | relevance | path

Searched refs:applyRule (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/tools/genrb/
Dfilterrb.cpp94 fRoot.applyRule(path, path.pieces().begin(), inclusionRule, status); in addRule()
161 void SimpleRuleBasedPathFilter::Tree::applyRule( in applyRule() function in SimpleRuleBasedPathFilter::Tree
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()
Dfilterrb.h163 void applyRule(
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dfilterrb.cpp94 fRoot.applyRule(path, path.pieces().begin(), inclusionRule, status); in addRule()
161 void SimpleRuleBasedPathFilter::Tree::applyRule( in applyRule() function in SimpleRuleBasedPathFilter::Tree
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()
Dfilterrb.h163 void applyRule(
/third_party/node/deps/icu-small/source/tools/genrb/
Dfilterrb.cpp94 fRoot.applyRule(path, path.pieces().begin(), inclusionRule, status); in addRule()
161 void SimpleRuleBasedPathFilter::Tree::applyRule( in applyRule() function in SimpleRuleBasedPathFilter::Tree
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()
Dfilterrb.h163 void applyRule(
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporterScanner.java159 if (f.isDirectory() || !(frule.applyRule(f.getName()))) continue; in scanDirectory()
171 Vector temp_results = prule.applyRule(line); in scanDirectory()
243 boolean applyRule(String source) { in applyRule() method in FileRule
265 Vector applyRule(String source) { in applyRule() method in ParseRule