Searched defs:TestPersonUnitsSink (Results 1 – 1 of 1) sorted by relevance
704 struct TestPersonUnitsSink : public ResourceSink { in TestPersonUnits() struct705 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() function712 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, in TestPersonUnits()