Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dtufmtts.cpp163 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI() local
166 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
171 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
172 assertTrue("TimeUnitFormat: orig and copy are equal", (tmf_fr == tmf_copy)); in testAPI()
186 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp213 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI() local
216 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI()
221 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
222 assertTrue("TimeUnitFormat: orig and copy are equal", (tmf_fr == tmf_copy)); in testAPI()
236 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI()