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.cpp210 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI() local
215 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
217 TimeUnitFormat tmf_assign = *tmf_en; in testAPI()
218 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign)); in testAPI()
223 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI()
224 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone)); in testAPI()
227 tmf_en->setLocale(Locale("fr"), status); in testAPI()
233 tmf_en->setNumberFormat(*numberFmt, status); in testAPI()
235 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()
237 delete tmf_en; in testAPI()