Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAffixesForCurrency

363     fAffixesForCurrency = NULL;
611 if (fAffixesForCurrency) {
612 deleteHashForAffix(fAffixesForCurrency);
614 fAffixesForCurrency = initHashForAffix(status);
626 fAffixesForCurrency->put(*pluralCount, affix, status);
678 deleteHashForAffix(fAffixesForCurrency);
766 deleteHashForAffix(fAffixesForCurrency);
767 if (rhs.fAffixesForCurrency) {
769 fAffixesForCurrency = initHashForAffixPattern(status);
770 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status);
3978 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount);