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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java871 public String getNegativePrefix () { method in class:DecimalFormat
872 return icuDecimalFormat.getNegativePrefix();
1461 fields.put("negativePrefix", icuDecimalFormat.getNegativePrefix());

Completed in 38 milliseconds