Home
last modified time | relevance | path

Searched refs:ResKeyPath (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dfilterrb.h20 class ResKeyPath {
23 ResKeyPath();
26 ResKeyPath(const std::string& path, UErrorCode& status);
37 std::ostream& operator<<(std::ostream& out, const ResKeyPath& value);
63 virtual EInclusion match(const ResKeyPath& path) const = 0;
138 void addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& status);
140 EInclusion match(const ResKeyPath& path) const override;
164 const ResKeyPath& path,
Dfilterrb.cpp18 ResKeyPath::ResKeyPath() {} in ResKeyPath() function in ResKeyPath
20 ResKeyPath::ResKeyPath(const std::string& path, UErrorCode& status) { in ResKeyPath() function in ResKeyPath
47 void ResKeyPath::push(const std::string& key) { in push()
51 void ResKeyPath::pop() { in pop()
55 const std::list<std::string>& ResKeyPath::pieces() const { in pieces()
59 std::ostream& operator<<(std::ostream& out, const ResKeyPath& value) { in operator <<()
86 ResKeyPath path(ruleLine.substr(1), status); in addRule()
90 void SimpleRuleBasedPathFilter::addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& sta… in addRule()
97 PathFilter::EInclusion SimpleRuleBasedPathFilter::match(const ResKeyPath& path) const { in match()
162 const ResKeyPath& path, in applyRule()
Dreslist.h43 class ResKeyPath; variable
225 virtual void applyFilter(const PathFilter& filter, ResKeyPath& path, const SRBRoot* bundle);
281 void applyFilter(const PathFilter& filter, ResKeyPath& path, const SRBRoot* bundle) override;
Dgenrb.cpp699 ResKeyPath path; in processFile()
Dreslist.cpp1742 ResKeyPath& /*path*/, in applyFilter() argument
1749 ResKeyPath& path, in applyFilter()