Searched refs:timeUnitFormat (Results 1 – 3 of 3) sorted by relevance
241 TimeUnitFormat timeUnitFormat; in TestGreek() local251 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()252 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
244 TimeUnitFormat timeUnitFormat; in TestGreek() local254 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()255 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
448 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local451 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()454 delete timeUnitFormat; in testGreekWithSanitization()