Home
last modified time | relevance | path

Searched defs:tuf (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java34 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in Test10219FractionalPlurals() local
46 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in Test10219FactionalPluralsParse() local
121 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.ABBREVIATED_NAME); in TestClone() local
269 TimeUnitFormat tuf = new TimeUnitFormat(loc); in TestGreekWithSanitization() local
307 TimeUnitFormat tuf = new TimeUnitFormat(new ULocale("en_US"), cases[i]); in TestTimeUnitFormat() local
315 TimeUnitFormat tuf = new TimeUnitFormat(new Locale("en_US"), cases[i]); in TestTimeUnitFormat() local
328 TimeUnitFormat tuf = new TimeUnitFormat(new ULocale("en_US")); in TestSetLocale() local
339 TimeUnitFormat tuf = new TimeUnitFormat(); in TestSetNumberFormat() local
369 TimeUnitFormat tuf = new TimeUnitFormat(); in TestFormat() local
384 TimeUnitFormat tuf = new TimeUnitFormat(); in TestSetup() local
[all …]
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp422 TimeUnitFormat tuf(usLocale, status); in test10219Plurals() local