Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp258 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI() local
261 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
266 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
267 assertTrue("TimeUnitFormat: orig and copy are equal", (tmf_fr == tmf_copy)); in testAPI()
281 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()