Searched defs:setNegativePrefix (Results 1 - 2 of 2) 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/main/java/libcore/icu/
H A DNativeDecimalFormat.java512 public void setNegativePrefix(String value) { method in class:NativeDecimalFormat

Completed in 30 milliseconds