Searched refs:setNegativePrefix (Results 1 – 3 of 3) sorted by relevance
2739 public void setNegativePrefix (String newValue) { in setNegativePrefix() method in DecimalFormat2746 icuDecimalFormat.setNegativePrefix(newValue); in setNegativePrefix()4367 icuDecimalFormat.setNegativePrefix(negativePrefix); in readObject()
659 df.setNegativePrefix("--"); in test_getNegativePrefix()723 format.setNegativePrefix("NegPrf"); in test_setNegativePrefix()726 format.setNegativePrefix(""); in test_setNegativePrefix()730 format.setNegativePrefix(null); in test_setNegativePrefix()
253 df.setNegativePrefix(null); in testBug15081434()