Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAffixesForCurrency

346     fAffixesForCurrency = NULL;
550 if (fAffixesForCurrency) {
551 deleteHashForAffix(fAffixesForCurrency);
553 fAffixesForCurrency = initHashForAffix(status);
565 fAffixesForCurrency->put(*pluralCount, affix, status);
617 deleteHashForAffix(fAffixesForCurrency);
704 if (rhs.fAffixesForCurrency) {
706 deleteHashForAffix(fAffixesForCurrency);
707 fAffixesForCurrency = initHashForAffixPattern(status);
708 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status);
3454 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount);