Lines Matching refs:fPositivePrefix
635 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
664 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix); in setupCurrencyAffixes()
733 fPositivePrefix = rhs.fPositivePrefix; in operator =()
815 fPositivePrefix == other->fPositivePrefix) in operator ==()
949 fPositivePrefix == other->fPositivePrefix) in operator ==()
1041 } else if(fPositivePrefix.length()>0) { in handleChanged()
2148 &fPositivePrefix, &fPositiveSuffix, in parseForCurrency()
2820 patternToCompare = &fPositivePrefix; in compareAffix()
3318 result = fPositivePrefix; in getPositivePrefix()
3328 fPositivePrefix = newValue; in setPositivePrefix()
3808 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount); in expandAffixes()
3825 .append(fPositivePrefix).append((UnicodeString)"|").append(fPositiveSuffix) in expandAffixes()
4065 affix = isNegative ? &fNegativePrefix : &fPositivePrefix; in appendAffix()
4290 (part==0 ? fPositivePrefix : fNegativePrefix), in toPattern()
4399 ? fPositivePrefix.length() + fPositiveSuffix.length() in toPattern()
4439 int32_t length = fPositivePrefix.length(); in toPattern()
4442 fNegativePrefix.compare(1, length, fPositivePrefix, 0, length) == 0; in toPattern()
5115 fFormatWidth += fPositivePrefix.length() + fPositiveSuffix.length(); in expandAffixAdjustWidth()