Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java2739 public void setNegativePrefix (String newValue) { in setNegativePrefix() method in DecimalFormat
2746 icuDecimalFormat.setNegativePrefix(newValue); in setNegativePrefix()
4367 icuDecimalFormat.setNegativePrefix(negativePrefix); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java659 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()
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java253 df.setNegativePrefix(null); in testBug15081434()