Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java290 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(); in testSetZeroDigitForPattern() local
291 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForPattern()
293 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForPattern()
299 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(); in testSetZeroDigitForFormatting() local
300 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForFormatting()
302 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForFormatting()
456 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(Locale.US); in testSetCurrencySymbol() local
457 decimalFormatSymbols.setCurrencySymbol("¥"); in testSetCurrencySymbol()
458 DecimalFormat decimalFormat = new DecimalFormat("¤#,##0.00", decimalFormatSymbols); in testSetCurrencySymbol()
DNumberFormatTest.java161 DecimalFormatSymbols decimalFormatSymbols = ((DecimalFormat) nf).getDecimalFormatSymbols(); in test_issue79925() local
162 decimalFormatSymbols.setCurrencySymbol(""); in test_issue79925()
163 ((DecimalFormat) nf).setDecimalFormatSymbols(decimalFormatSymbols); in test_issue79925()
/libcore/luni/src/test/java/libcore/libcore/icu/
DLocaleDataTest.java156 DecimalFormatSymbols decimalFormatSymbols = DecimalFormatSymbols.getInstance(Locale.ROOT); in assertRootDataEqualsToTargetLocaleData() local
197 assertEquals(decimalFormatSymbols.getInfinity(), icuDecimalFormatSymbols.getInfinity()); in assertRootDataEqualsToTargetLocaleData()