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()1318 positivePrefix = df.getPositivePrefix(); in useLocale()1319 if (!positivePrefix.isEmpty()) in useLocale()1320 positivePrefix = Pattern.quote(positivePrefix); in useLocale()1439 sb.append("[positive prefix=" + positivePrefix + "]"); in toString()
4547 String positivePrefix = (String) fields.get("positivePrefix", ""); in readObject() local4548 if (!Objects.equals(positivePrefix, icuDecimalFormat.getPositivePrefix())) { in readObject()4549 icuDecimalFormat.setPositivePrefix(positivePrefix); in readObject()