Home
last modified time | relevance | path

Searched refs:setNegativeSuffix (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java2843 public void setNegativeSuffix (String newValue) { in setNegativeSuffix() method in DecimalFormat
2850 icuDecimalFormat.setNegativeSuffix(newValue); in setNegativeSuffix()
4372 icuDecimalFormat.setNegativeSuffix(negativeSuffix); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java665 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()
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java259 df.setNegativeSuffix(null); in testBug15081434()