Searched refs:setDecimalFormatSymbols (Results 1 – 5 of 5) 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()
42 df.setDecimalFormatSymbols(dfs); in test_exponentSeparator()293 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForPattern()302 formatter.setDecimalFormatSymbols(decimalFormatSymbols); in testSetZeroDigitForFormatting()354 df.setDecimalFormatSymbols(null); in testBug15081434()
2830 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) { in setDecimalFormatSymbols() method in DecimalFormat2839 icuDecimalFormat.setDecimalFormatSymbols(symbols.getIcuDecimalFormatSymbols()); in setDecimalFormatSymbols()4289 icuDecimalFormat.setDecimalFormatSymbols(symbols.getIcuDecimalFormatSymbols()); in setCurrency()
50 df.setDecimalFormatSymbols(dfs); in test_setNan_emptyString()649 cloned.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US)); in test_equals()855 format2.setDecimalFormatSymbols(dfs); in testConstructor_stringAndSymbols()1005 format.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US)); in test_toLocalizedPattern()1884 df.setDecimalFormatSymbols(dfs); in test_setDecimalFormatSymbols()1893 format.setDecimalFormatSymbols(symbols); in test_setDecimalFormatSymbols()2029 format.setDecimalFormatSymbols(null); in test_setDecimalFormatSymbolsAsNull()
11142 method public void setDecimalFormatSymbols(java.text.DecimalFormatSymbols);