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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java1008 public String getNegativeSuffix () { method in class:DecimalFormat
1010 return icuDecimalFormat.getNegativeSuffix();
1643 fields.put("negativeSuffix", icuDecimalFormat.getNegativeSuffix());
1740 if (!Objects.equals(negativeSuffix, icuDecimalFormat.getNegativeSuffix())) {

Completed in 27 milliseconds