Home
last modified time | relevance | path

Searched refs:currencyStyle (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java30 NumberFormat currencyStyle; in TestRegistration() field in NumberFormatRegistrationTest.TestFactory
38 currencyStyle = NumberFormat.getIntegerInstance(swapLoc); in TestRegistration()
44 return currencyStyle; in TestRegistration()
DNumberFormatTest.java1466 NumberFormat currencyStyle; in TestRegistration() field in NumberFormatTest.TestFactory
1470 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1476 return currencyStyle; in TestRegistration()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java33 NumberFormat currencyStyle; in TestRegistration() field in NumberFormatRegistrationTest.TestFactory
41 currencyStyle = NumberFormat.getIntegerInstance(swapLoc); in TestRegistration()
47 return currencyStyle; in TestRegistration()
DNumberFormatTest.java1469 NumberFormat currencyStyle; in TestRegistration() field in NumberFormatTest.TestFactory
1473 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1479 return currencyStyle; in TestRegistration()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp259 NumberFormat* currencyStyle; member in NFTestFactory
266 currencyStyle = NumberFormat::createInstance(SWAP_LOC, status); in NFTestFactory()
271 delete currencyStyle; in ~NFTestFactory()
277 return (NumberFormat*)currencyStyle->clone(); in createFormat()
/external/cldr/tools/java/org/unicode/cldr/test/
DBuildIcuCompactDecimalFormat.java43 … CompactStyle style, ULocale locale, CurrencyStyle currencyStyle, String currencyCodeOrUnit) { in build() argument
76 …String prefix = currencyStyle == CurrencyStyle.PLAIN ? "//ldml/numbers/decimalFormats[@numberSyste… in build()