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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java936 public String getPositivePrefix () { method in class:DecimalFormat
938 return icuDecimalFormat.getPositivePrefix();
1237 // Android-changed: use getPositivePrefix() instead of positivePrefix field.
1238 return super.hashCode() * 37 + getPositivePrefix().hashCode();
1640 fields.put("positivePrefix", icuDecimalFormat.getPositivePrefix());
1725 if (!Objects.equals(positivePrefix, icuDecimalFormat.getPositivePrefix())) {

Completed in 7 milliseconds