Lines Matching refs:fPluralAffixesForCurrency
347 fPluralAffixesForCurrency = NULL;
578 if (fPluralAffixesForCurrency) {
579 deleteHashForAffix(fPluralAffixesForCurrency);
581 fPluralAffixesForCurrency = initHashForAffix(status);
594 fPluralAffixesForCurrency->put(*pluralCount, affix, status);
618 deleteHashForAffix(fPluralAffixesForCurrency);
710 if (rhs.fPluralAffixesForCurrency) {
712 deleteHashForAffix(fPluralAffixesForCurrency);
713 fPluralAffixesForCurrency = initHashForAffixPattern(status);
714 copyHashForAffix(rhs.fPluralAffixesForCurrency, fPluralAffixesForCurrency, status);
3452 oneSet = (AffixesForCurrency*)fPluralAffixesForCurrency->get(pluralCount);