Lines Matching refs:fPositivePrefix
564 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
593 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
650 fPositivePrefix = rhs.fPositivePrefix; in operator =()
740 fPositivePrefix == other->fPositivePrefix) in operator ==()
874 fPositivePrefix == other->fPositivePrefix) in operator ==()
1778 &fPositivePrefix, &fPositiveSuffix, in parseForCurrency()
2280 patternToCompare = &fPositivePrefix; in compareAffix()
2766 result = fPositivePrefix; in getPositivePrefix()
2776 fPositivePrefix = newValue; in setPositivePrefix()
3208 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount); in expandAffixes()
3225 .append(fPositivePrefix).append("|").append(fPositiveSuffix) in expandAffixes()
3465 affix = isNegative ? &fNegativePrefix : &fPositivePrefix; in appendAffix()
3690 (part==0 ? fPositivePrefix : fNegativePrefix), in toPattern()
3799 ? fPositivePrefix.length() + fPositiveSuffix.length() in toPattern()
3839 int32_t length = fPositivePrefix.length(); in toPattern()
3842 fNegativePrefix.compare(1, length, fPositivePrefix, 0, length) == 0; in toPattern()
4517 fFormatWidth += fPositivePrefix.length() + fPositiveSuffix.length(); in expandAffixAdjustWidth()