Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java2917 public void setNegativePrefix (String newValue) { in setNegativePrefix() method in DecimalFormat
2924 icuDecimalFormat.setNegativePrefix(newValue); in setNegativePrefix()
4559 icuDecimalFormat.setNegativePrefix(negativePrefix); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java660 df.setNegativePrefix("--"); in test_getNegativePrefix()
724 format.setNegativePrefix("NegPrf"); in test_setNegativePrefix()
727 format.setNegativePrefix(""); in test_setNegativePrefix()
731 format.setNegativePrefix(null); in test_setNegativePrefix()
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java363 df.setNegativePrefix(null); in testBug15081434()
/libcore/api/
Dcurrent.txt11146 method public void setNegativePrefix(String);