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.cpp256 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI() local
259 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
264 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
265 assertTrue("TimeUnitFormat: orig and copy are equal", (tmf_fr == tmf_copy)); in testAPI()
279 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()