Searched defs:getPositivePrefix (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java770 public String getPositivePrefix() { method in class:DecimalFormat
771 return ndf.getPositivePrefix();
785 return getPositivePrefix().hashCode();
1148 fields.put("positivePrefix", ndf.getPositivePrefix());
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java205 obj.getPositivePrefix().equals(this.getPositivePrefix()) &&
376 public String getPositivePrefix() { method in class:NativeDecimalFormat

Completed in 6 milliseconds