Home | History | Annotate | Download | only in text

Lines Matching defs:getNegativePrefix

960     public String getNegativePrefix () {
962 return icuDecimalFormat.getNegativePrefix();
1642 fields.put("negativePrefix", icuDecimalFormat.getNegativePrefix());
1735 if (!Objects.equals(negativePrefix, icuDecimalFormat.getNegativePrefix())) {