Searched refs:negativeSuffix (Results 1 – 2 of 2) sorted by relevance
401 private String negativeSuffix = ""; field in Scanner444 String negativeInteger = negativePrefix + numeral + negativeSuffix; in buildIntegerPatternString()501 negativeSuffix + exponent + ")"; in buildFloatAndDecimalPattern()509 negativeSuffix + ")"; in buildFloatAndDecimalPattern()1224 negativeSuffix = df.getNegativeSuffix(); in useLocale()1225 if (negativeSuffix.length() > 0) in useLocale()1226 negativeSuffix = "\\Q" + negativeSuffix + "\\E"; in useLocale()1341 sb.append("[negative suffix=" + negativeSuffix + "]"); in toString()2072 int sufLen = negativeSuffix.length(); in processIntegerToken()2073 if ((sufLen > 0) && result.endsWith(negativeSuffix)) { in processIntegerToken()[all …]
4370 String negativeSuffix = (String) fields.get("negativeSuffix", ""); in readObject() local4371 if (!Objects.equals(negativeSuffix, icuDecimalFormat.getNegativeSuffix())) { in readObject()4372 icuDecimalFormat.setNegativeSuffix(negativeSuffix); in readObject()