Home | History | Annotate | Download | only in i18n

Lines Matching refs:fPluralAffixesForCurrency

364     fPluralAffixesForCurrency = NULL;
639 if (fPluralAffixesForCurrency) {
640 deleteHashForAffix(fPluralAffixesForCurrency);
642 fPluralAffixesForCurrency = initHashForAffix(status);
655 fPluralAffixesForCurrency->put(*pluralCount, affix, status);
679 deleteHashForAffix(fPluralAffixesForCurrency);
772 deleteHashForAffix(fPluralAffixesForCurrency);
773 if (rhs.fPluralAffixesForCurrency) {
775 fPluralAffixesForCurrency = initHashForAffixPattern(status);
776 copyHashForAffix(rhs.fPluralAffixesForCurrency, fPluralAffixesForCurrency, status);
3976 oneSet = (AffixesForCurrency*)fPluralAffixesForCurrency->get(pluralCount);