Searched refs:tmf_en (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 256 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI() local 261 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI() 263 TimeUnitFormat tmf_assign = *tmf_en; in testAPI() 264 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign)); in testAPI() 269 TimeUnitFormat* tmf_clone = tmf_en->clone(); in testAPI() 270 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone)); in testAPI() 273 tmf_en->setLocale(Locale("fr"), status); in testAPI() 279 tmf_en->setNumberFormat(*numberFmt, status); in testAPI() 281 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI() 283 delete tmf_en; in testAPI()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | tufmtts.cpp | 256 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI() local 261 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr)); in testAPI() 263 TimeUnitFormat tmf_assign = *tmf_en; in testAPI() 264 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign)); in testAPI() 269 TimeUnitFormat* tmf_clone = tmf_en->clone(); in testAPI() 270 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone)); in testAPI() 273 tmf_en->setLocale(Locale("fr"), status); in testAPI() 279 tmf_en->setNumberFormat(*numberFmt, status); in testAPI() 281 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr)); in testAPI() 283 delete tmf_en; in testAPI()
|