Lines Matching refs:fNegativePrefix
635 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
664 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
735 fNegativePrefix = rhs.fNegativePrefix;
829 fNegativePrefix == other->fNegativePrefix)
836 debugout(fNegativePrefix);
844 debugout(other->fNegativePrefix);
957 fNegativePrefix == other->fNegativePrefix)
1045 } else if(fNegativePrefix.length()>1
1046 || ((fNegativePrefix.length()==1) && (fNegativePrefix.charAt(0)!=0x002D))) {
2147 &fNegativePrefix, &fNegativeSuffix,
2812 patternToCompare = &fNegativePrefix;
3342 result = fNegativePrefix;
3352 fNegativePrefix = newValue;
3814 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount);
3826 .append((UnicodeString)";") .append(fNegativePrefix).append((UnicodeString)"|").append(fNegativeSuffix)
4065 affix = isNegative ? &fNegativePrefix : &fPositivePrefix;
4290 (part==0 ? fPositivePrefix : fNegativePrefix),
4400 : fNegativePrefix.length() + fNegativeSuffix.length());
4440 isDefault = fNegativePrefix.length() == (length+1) &&
4441 fNegativePrefix.compare(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) == 0 &&
4442 fNegativePrefix.compare(1, length, fPositivePrefix, 0, length) == 0;