Home
last modified time | relevance | path

Searched refs:timeUnitFormat (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java230 TimeUnitFormat timeUnitFormat; in TestGreek() local
240timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
241 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp405 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local
408 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()
411 delete timeUnitFormat; in testGreekWithSanitization()