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

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java1012 public void setNegativePrefix(String value) { method in class:DecimalFormat
1013 ndf.setNegativePrefix(value);
1150 ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
/libcore/luni/src/test/java/libcore/java/text/
H A DDecimalFormatTest.java252 df.setNegativePrefix(null);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDecimalFormatTest.java659 df.setNegativePrefix("--");
715 format.setNegativePrefix("NegPrf");
718 format.setNegativePrefix("");
721 format.setNegativePrefix(null);
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java512 public void setNegativePrefix(String value) { method in class:NativeDecimalFormat

Completed in 12 milliseconds