Searched refs:setDecimalFormatSymbols (Results 1 – 4 of 4) sorted by relevance
163 ((DecimalFormat) nf).setDecimalFormatSymbols(decimalFormatSymbols); in test_issue79925()184 ((DecimalFormat) nf).setDecimalFormatSymbols(dfs); in test_customCurrencySymbol()193 ((DecimalFormat) nf).setDecimalFormatSymbols(dfs); in test_customCurrencySymbol()
38 df.setDecimalFormatSymbols(dfs); in test_exponentSeparator()183 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForPattern()192 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForFormatting()244 df.setDecimalFormatSymbols(null); in testBug15081434()
2652 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) { in setDecimalFormatSymbols() method in DecimalFormat2661 icuDecimalFormat.setDecimalFormatSymbols(symbols.getIcuDecimalFormatSymbols()); in setDecimalFormatSymbols()4104 icuDecimalFormat.setDecimalFormatSymbols(symbols.getIcuDecimalFormatSymbols()); in setCurrency()
49 df.setDecimalFormatSymbols(dfs); in test_setNan_emptyString()648 cloned.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US)); in test_equals()854 format2.setDecimalFormatSymbols(dfs); in testConstructor_stringAndSymbols()1004 format.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US)); in test_toLocalizedPattern()1883 df.setDecimalFormatSymbols(dfs); in test_setDecimalFormatSymbols()1892 format.setDecimalFormatSymbols(symbols); in test_setDecimalFormatSymbols()2017 format.setDecimalFormatSymbols(null); in test_setDecimalFormatSymbolsAsNull()