Searched refs:timeUnitFormat (Results 1 – 3 of 3) sorted by relevance
234 TimeUnitFormat timeUnitFormat; in TestGreek() local244 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()245 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
230 TimeUnitFormat timeUnitFormat; in TestGreek() local240 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()241 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
449 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local452 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()455 delete timeUnitFormat; in testGreekWithSanitization()