Home | History | Annotate | Download | only in util

Lines Matching defs:positiveSuffix

400     private String positiveSuffix = "";
441 String positiveInteger = positivePrefix + numeral + positiveSuffix;
495 positiveSuffix + exponent + ")";
503 positiveSuffix + ")";
1216 positiveSuffix = df.getPositiveSuffix();
1217 if (positiveSuffix.length() > 0)
1218 positiveSuffix = "\\Q" + positiveSuffix + "\\E";
1334 sb.append("[positive suffix=" + positiveSuffix + "]");