Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeUnitTest.java234 TimeUnitFormat timeUnitFormat; in TestGreek() local
244timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
245 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
/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.cpp449 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local
452 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()
455 delete timeUnitFormat; in testGreekWithSanitization()