Searched refs:positiveSuffix (Results 1 – 2 of 2) sorted by relevance
400 private String positiveSuffix = ""; field in Scanner445 String positiveInteger = positivePrefix + numeral + positiveSuffix; in buildIntegerPatternString()499 positiveSuffix + exponent + ")"; in buildFloatAndDecimalPattern()507 positiveSuffix + ")"; in buildFloatAndDecimalPattern()1324 positiveSuffix = df.getPositiveSuffix(); in useLocale()1325 if (!positiveSuffix.isEmpty()) in useLocale()1326 positiveSuffix = Pattern.quote(positiveSuffix); in useLocale()1441 sb.append("[positive suffix=" + positiveSuffix + "]"); in toString()
4552 String positiveSuffix = (String) fields.get("positiveSuffix", ""); in readObject() local4553 if (!Objects.equals(positiveSuffix, icuDecimalFormat.getPositiveSuffix())) { in readObject()4554 icuDecimalFormat.setPositiveSuffix(positiveSuffix); in readObject()