Lines Matching refs:TimeUnitFormat
108 TimeUnitFormat** formats = new TimeUnitFormat*[2]; in testBasic()
109 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); in testBasic()
111 … formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status); in testBasic()
254 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI()
256 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI()
261 TimeUnitFormat tmf_assign = *tmf_en; in testAPI()
264 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
267 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI()
283 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); in testAPI()
287 TimeUnitFormat* en_short = new TimeUnitFormat(Locale("en"), UTMUTFMT_ABBREVIATED_STYLE, status); in testAPI()
291 TimeUnitFormat* format = new TimeUnitFormat(status); in testAPI()
396 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
449 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization()
466 TimeUnitFormat tuf(usLocale, status); in test10219Plurals()
521 TimeUnitFormat formatter(en_GB, UTMUTFMT_ABBREVIATED_STYLE, status); in TestBritishShortHourFallback()