Lines Matching refs:TimeUnitFormat
110 TimeUnitFormat** formats = new TimeUnitFormat*[2]; in testBasic()
111 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); in testBasic()
113 … formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status); in testBasic()
256 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI()
258 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI()
263 TimeUnitFormat tmf_assign = *tmf_en; in testAPI()
266 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
269 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI()
285 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); in testAPI()
289 TimeUnitFormat* en_short = new TimeUnitFormat(Locale("en"), UTMUTFMT_ABBREVIATED_STYLE, status); in testAPI()
293 TimeUnitFormat* format = new TimeUnitFormat(status); in testAPI()
398 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
451 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization()
468 TimeUnitFormat tuf(usLocale, status); in test10219Plurals()
523 TimeUnitFormat formatter(en_GB, UTMUTFMT_ABBREVIATED_STYLE, status); in TestBritishShortHourFallback()