Searched refs:decimalFormatSymbols (Results 1 – 3 of 3) sorted by relevance
290 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(); in testSetZeroDigitForPattern() local291 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForPattern()293 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForPattern()299 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(); in testSetZeroDigitForFormatting() local300 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForFormatting()302 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForFormatting()456 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(Locale.US); in testSetCurrencySymbol() local457 decimalFormatSymbols.setCurrencySymbol("¥"); in testSetCurrencySymbol()458 DecimalFormat decimalFormat = new DecimalFormat("¤#,##0.00", decimalFormatSymbols); in testSetCurrencySymbol()
161 DecimalFormatSymbols decimalFormatSymbols = ((DecimalFormat) nf).getDecimalFormatSymbols(); in test_issue79925() local162 decimalFormatSymbols.setCurrencySymbol(""); in test_issue79925()163 ((DecimalFormat) nf).setDecimalFormatSymbols(decimalFormatSymbols); in test_issue79925()
156 DecimalFormatSymbols decimalFormatSymbols = DecimalFormatSymbols.getInstance(Locale.ROOT); in assertRootDataEqualsToTargetLocaleData() local197 assertEquals(decimalFormatSymbols.getInfinity(), icuDecimalFormatSymbols.getInfinity()); in assertRootDataEqualsToTargetLocaleData()