Home | History | Annotate | Download | only in number

Lines Matching defs:positiveSuffix

88     private transient String positiveSuffix;
160 positiveSuffix = null;
206 positiveSuffix = other.positiveSuffix;
253 eq = eq && _equalsHelper(positiveSuffix, other.positiveSuffix);
316 hashCode ^= _hashCodeHelper(positiveSuffix);
524 return positiveSuffix;
1200 * @param positiveSuffix
1205 public DecimalFormatProperties setPositiveSuffix(String positiveSuffix) {
1206 this.positiveSuffix = positiveSuffix;