Lines Matching refs:oneSet
4050 AffixesForCurrency* oneSet;
4052 oneSet = (AffixesForCurrency*)fPluralAffixesForCurrency->get(pluralCount);
4054 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount);
4057 affix = isNegative ? &oneSet->negPrefixForCurrency :
4058 &oneSet->posPrefixForCurrency;
4060 affix = isNegative ? &oneSet->negSuffixForCurrency :
4061 &oneSet->posSuffixForCurrency;