Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp267 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI() local
268 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone)); in testAPI()
269 delete tmf_clone; in testAPI()