Searched refs:positivePrefix (Results 1 – 2 of 2) sorted by relevance
398 private String positivePrefix = ""; field in Scanner445 String positiveInteger = positivePrefix + numeral + positiveSuffix; in buildIntegerPatternString()498 String positiveFloat = "(" + positivePrefix + decimalNumeral + in buildFloatAndDecimalPattern()506 String positiveNonNumber = "(" + positivePrefix + nonNumber + in buildFloatAndDecimalPattern()1215 positivePrefix = df.getPositivePrefix(); in useLocale()1216 if (positivePrefix.length() > 0) in useLocale()1217 positivePrefix = "\\Q" + positivePrefix + "\\E"; in useLocale()1338 sb.append("[positive prefix=" + positivePrefix + "]"); in toString()
4355 String positivePrefix = (String) fields.get("positivePrefix", ""); in readObject() local4356 if (!Objects.equals(positivePrefix, icuDecimalFormat.getPositivePrefix())) { in readObject()4357 icuDecimalFormat.setPositivePrefix(positivePrefix); in readObject()