Searched refs:ResKeyPath (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | filterrb.h | 20 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,
|
D | filterrb.cpp | 18 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()
|
D | reslist.h | 43 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;
|
D | genrb.cpp | 699 ResKeyPath path; in processFile()
|
D | reslist.cpp | 1742 ResKeyPath& /*path*/, in applyFilter() argument 1749 ResKeyPath& path, in applyFilter()
|