Searched refs:tmf_en (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtufmtts.cpp211 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); local
216 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr));
218 TimeUnitFormat tmf_assign = *tmf_en;
219 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign));
224 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone();
225 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone));
228 tmf_en->setLocale(Locale("fr"), status);
234 tmf_en->setNumberFormat(*numberFmt, status);
236 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr));
238 delete tmf_en;
[all...]

Completed in 121 milliseconds