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