Home | History | Annotate | Download | only in i18n

Lines Matching refs:fNegativePrefix

625                             fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
654 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
725 fNegativePrefix = rhs.fNegativePrefix;
819 fNegativePrefix == other->fNegativePrefix)
826 debugout(fNegativePrefix);
834 debugout(other->fNegativePrefix);
947 fNegativePrefix == other->fNegativePrefix)
1035 } else if(fNegativePrefix.length()>1
1036 || ((fNegativePrefix.length()==1) && (fNegativePrefix.charAt(0)!=0x002D))) {
2071 &fNegativePrefix, &fNegativeSuffix,
2736 patternToCompare = &fNegativePrefix;
3266 result = fNegativePrefix;
3276 fNegativePrefix = newValue;
3738 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount);
3750 .append((UnicodeString)";") .append(fNegativePrefix).append((UnicodeString)"|").append(fNegativeSuffix)
3989 affix = isNegative ? &fNegativePrefix : &fPositivePrefix;
4214 (part==0 ? fPositivePrefix : fNegativePrefix),
4324 : fNegativePrefix.length() + fNegativeSuffix.length());
4364 isDefault = fNegativePrefix.length() == (length+1) &&
4365 fNegativePrefix.compare(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) == 0 &&
4366 fNegativePrefix.compare(1, length, fPositivePrefix, 0, length) == 0;