Lines Matching refs:TimeUnitFormat
64 TimeUnitFormat** formats = new TimeUnitFormat*[2]; in testBasic()
65 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); in testBasic()
67 … formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status); in testBasic()
210 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); in testAPI()
212 TimeUnitFormat tmf_fr(Locale("fr"), status); in testAPI()
217 TimeUnitFormat tmf_assign = *tmf_en; in testAPI()
220 TimeUnitFormat tmf_copy(tmf_fr); in testAPI()
223 TimeUnitFormat* tmf_clone = (TimeUnitFormat*)tmf_en->clone(); in testAPI()
239 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); in testAPI()
243 TimeUnitFormat* en_short = new TimeUnitFormat(Locale("en"), UTMUTFMT_ABBREVIATED_STYLE, status); in testAPI()
247 TimeUnitFormat* format = new TimeUnitFormat(status); in testAPI()
352 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
405 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization()
422 TimeUnitFormat tuf(usLocale, status); in test10219Plurals()