Searched refs:setPositivePrefix (Results 1 – 3 of 3) sorted by relevance
2686 public void setPositivePrefix (String newValue) { in setPositivePrefix() method in DecimalFormat2694 icuDecimalFormat.setPositivePrefix(newValue); in setPositivePrefix()4357 icuDecimalFormat.setPositivePrefix(positivePrefix); in readObject()
671 df.setPositivePrefix("++"); in test_getPositivePrefix()685 format.setPositivePrefix("PosPrf"); in test_setPositivePrefix()689 format.setPositivePrefix(""); in test_setPositivePrefix()693 format.setPositivePrefix(null); in test_setPositivePrefix()
265 df.setPositivePrefix(null); in testBug15081434()