Lines Matching refs:fNegativeSuffix
564 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
593 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
653 fNegativeSuffix = rhs.fNegativeSuffix; in operator =()
776 fNegativeSuffix == other->fNegativeSuffix) in operator ==()
783 debugout(fNegativeSuffix); in operator ==()
791 debugout(other->fNegativeSuffix); in operator ==()
886 fNegativeSuffix == other->fNegativeSuffix) in operator ==()
1777 &fNegativePrefix, &fNegativeSuffix, in parseForCurrency()
2275 patternToCompare = &fNegativeSuffix; in compareAffix()
2829 result = fNegativeSuffix; in getNegativeSuffix()
2839 fNegativeSuffix = newValue; in setNegativeSuffix()
3217 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount); in expandAffixes()
3226 .append(";") .append(fNegativePrefix).append("|").append(fNegativeSuffix) in expandAffixes()
3467 affix = isNegative ? &fNegativeSuffix : &fPositiveSuffix; in appendAffix()
3800 : fNegativePrefix.length() + fNegativeSuffix.length()); in toPattern()
3824 fNegativeSuffix == fPositiveSuffix) in toPattern()
3856 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized); in toPattern()