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

/dalvik/libcore/text/src/main/java/java/text/
H A DDecimalFormat.java1101 public void setNegativePrefix(String value) { method in class:DecimalFormat
1102 dform.setNegativePrefix(value);
1256 dform.setNegativePrefix((String) fields.get("negativePrefix", "-"));
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
H A DNativeDecimalFormat.java450 public void setNegativePrefix(String value) { method in class:NativeDecimalFormat
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDecimalFormatTest.java1079 method = "setNegativePrefix",
1093 format.setNegativePrefix("NegPrf");
1100 format.setNegativePrefix("");
1103 format.setNegativePrefix(null);
2021 method = "setNegativePrefix",
2028 df.setNegativePrefix("--");

Completed in 11 milliseconds