Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp254 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI() local
259 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
261 TimeUnitFormat tmf_assign = *tmf_en; in testAPI()
262 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign)); in testAPI()
267 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI()
268 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone)); in testAPI()
271 tmf_en->setLocale(Locale("fr"), status); in testAPI()
277 tmf_en->setNumberFormat(*numberFmt, status); in testAPI()
279 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()
281 delete tmf_en; in testAPI()