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()1221 positiveSuffix = df.getPositiveSuffix(); in useLocale()1222 if (positiveSuffix.length() > 0) in useLocale()1223 positiveSuffix = "\\Q" + positiveSuffix + "\\E"; in useLocale()1340 sb.append("[positive suffix=" + positiveSuffix + "]"); in toString()
4360 String positiveSuffix = (String) fields.get("positiveSuffix", ""); in readObject() local4361 if (!Objects.equals(positiveSuffix, icuDecimalFormat.getPositiveSuffix())) { in readObject()4362 icuDecimalFormat.setPositiveSuffix(positiveSuffix); in readObject()