Home | History | Annotate | Download | only in text

Lines Matching refs:negativeSuffix

2179                                   negativePrefix, negativeSuffix, positivePrefix, positiveSuffix,
2906 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos);
3385 return negativeSuffix;
3396 negativeSuffix = newValue;
4075 // buf.append("negativeSuffix: '" + negativeSuffix + "'\n");
4163 negativeSuffix = buffer.toString();
4310 affix = isNegative ? negativeSuffix : positiveSuffix;
4483 affix = isNegative ? negativeSuffix : positiveSuffix;
4654 : negativePrefix.length() + negativeSuffix.length());
4677 if (negativeSuffix.equals(positiveSuffix) &&
5656 private String negativeSuffix = "";
5697 * <code>negativeSuffix</code>. This variable is analogous to