Home
last modified time | relevance | path

Searched defs:TestPersonUnitsSink (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestest.cpp704 struct TestPersonUnitsSink : public ResourceSink { in TestPersonUnits() struct
705 typedef std::set<std::string> FoundKeysType; in TestPersonUnits()
706 typedef std::map<std::string, FoundKeysType > FoundResourcesType; in TestPersonUnits()
707 FoundResourcesType foundResources; in TestPersonUnits()
708 IntlTest& owningTestCase; in TestPersonUnits()
710 TestPersonUnitsSink(IntlTest& owningTestCase) : owningTestCase(owningTestCase) {} in TestPersonUnits() function
712 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, in TestPersonUnits()