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

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java763 public String getPositivePrefix() { method in class:DecimalFormat
764 return ndf.getPositivePrefix();
778 return getPositivePrefix().hashCode();
1107 fields.put("positivePrefix", ndf.getPositivePrefix());
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java238 obj.getPositivePrefix().equals(this.getPositivePrefix()) &&
254 ",positivePrefix=" + getPositivePrefix() +
443 public String getPositivePrefix() { method in class:NativeDecimalFormat
/libcore/luni/src/main/java/java/util/
H A DScanner.java1800 if (!decimalFormat.getPositivePrefix().isEmpty()) {
1801 positivePrefix = "\\Q" + decimalFormat.getPositivePrefix() + "\\E";
1903 String positivePrefix = decimalFormat.getPositivePrefix();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDecimalFormatTest.java672 assertTrue("Incorrect positive prefix", df.getPositivePrefix().equals("++"));
683 assertEquals("", format.getPositivePrefix());
686 assertEquals("PosPrf", format.getPositivePrefix());
690 assertEquals("", format.getPositivePrefix());
693 assertNull(format.getPositivePrefix());
1944 assertEquals(df.getPositivePrefix(), deserializedDF.getPositivePrefix());

Completed in 49 milliseconds