Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3450 AffixesForCurrency* oneSet; in appendAffix() local
3452 oneSet = (AffixesForCurrency*)fPluralAffixesForCurrency->get(pluralCount); in appendAffix()
3454 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount); in appendAffix()
3457 affix = isNegative ? &oneSet->negPrefixForCurrency : in appendAffix()
3458 &oneSet->posPrefixForCurrency; in appendAffix()
3460 affix = isNegative ? &oneSet->negSuffixForCurrency : in appendAffix()
3461 &oneSet->posSuffixForCurrency; in appendAffix()