Searched refs:timeUnitFormat (Results 1 – 4 of 4) 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()
450 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local453 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()456 delete timeUnitFormat; in testGreekWithSanitization()