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.java244 TimeUnitFormat timeUnitFormat; in TestGreek() local
254timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
255 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java241 TimeUnitFormat timeUnitFormat; in TestGreek() local
251timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
252 formatted = timeUnitFormat.format(timeUnitAmount); in TestGreek()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp451 TimeUnitFormat* timeUnitFormat = new TimeUnitFormat(elLoc, status); in testGreekWithSanitization() local
454 timeUnitFormat->setNumberFormat(*numberFmt, status); in testGreekWithSanitization()
457 delete timeUnitFormat; in testGreekWithSanitization()