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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtufmtts.cpp161 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); local
166 assertTrue("TimeUnitFormat: en and fr diff", (*tmf_en != tmf_fr));
168 TimeUnitFormat tmf_assign = *tmf_en;
169 assertTrue("TimeUnitFormat: orig and assign are equal", (*tmf_en == tmf_assign));
174 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone();
175 assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *tmf_clone));
178 tmf_en->setLocale(Locale("fr"), status);
184 tmf_en->setNumberFormat(*numberFmt, status);
186 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr));
188 delete tmf_en;
[all...]
/external/icu/icu4c/source/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 146 milliseconds