Searched refs:setNegativeSuffix (Results 1 – 3 of 3) sorted by relevance
2843 public void setNegativeSuffix (String newValue) { in setNegativeSuffix() method in DecimalFormat2850 icuDecimalFormat.setNegativeSuffix(newValue); in setNegativeSuffix()4372 icuDecimalFormat.setNegativeSuffix(negativeSuffix); in readObject()
665 df.setNegativeSuffix("&"); in test_getNegativeSuffix()741 format.setNegativeSuffix("NegSfx"); in test_setNegativeSuffix()745 format.setNegativeSuffix(""); in test_setNegativeSuffix()749 format.setNegativeSuffix(null); in test_setNegativeSuffix()
259 df.setNegativeSuffix(null); in testBug15081434()