Home
last modified time | relevance | path

Searched refs:fNegativePrefix (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddigitaffixesandpadding.h66 PluralAffix fNegativePrefix; variable
106 fNegativePrefix.equals(rhs.fNegativePrefix) && in equals()
Ddigitaffixesandpadding.cpp30 fNegativePrefix.hasMultipleVariants() || in needsPluralRules()
58 …const DigitAffix *prefix = bPositive ? &fPositivePrefix.getOtherVariant() : &fNegativePrefix.getOt… in formatInt32()
102 const PluralAffix *pluralPrefix = bPositive ? &fPositivePrefix : &fNegativePrefix; in format()
Ddecimfmtimpl.cpp763 result = fAffixes.fNegativePrefix.getOtherVariant().toString(); in getNegativePrefix()
1256 fAffixes.fNegativePrefix.remove(); in updateFormattingLocalizedNegativePrefix()
1260 fAffixes.fNegativePrefix, in updateFormattingLocalizedNegativePrefix()
Ddecimfmt.cpp999 &fImpl->fAffixes.fNegativePrefix.getOtherVariant().toString(), in parse()
1160 &fImpl->fAffixes.fNegativePrefix.getOtherVariant().toString(), in parseForCurrency()
1851 patternToCompare = &fImpl->fAffixes.fNegativePrefix.getOtherVariant().toString(); in compareAffix()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp2186 aap.fNegativePrefix.append("(-", UNUM_SIGN_FIELD); in TestDigitAffixesAndPadding()
2278 aap.fNegativePrefix.remove(); in TestDigitAffixesAndPadding()
2282 aap.fNegativePrefix.append("-", UNUM_SIGN_FIELD); in TestDigitAffixesAndPadding()
2383 aap.fNegativePrefix.append("-", UNUM_SIGN_FIELD); in TestPluralsAndRounding()
2492 aap.fNegativePrefix.append("-", UNUM_SIGN_FIELD); in TestPluralsAndRoundingScientific()
2708 aap.fNegativePrefix.append("-", UNUM_SIGN_FIELD); in TestRoundingIncrement()