Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAffixPatternsForCurrency

330     fAffixPatternsForCurrency = NULL;
494 fAffixPatternsForCurrency = initHashForAffixPattern(status);
540 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status);
568 fAffixPatternsForCurrency->put(*key, affixPtn, status);
620 if (rhs.fAffixPatternsForCurrency) {
622 fAffixPatternsForCurrency = initHashForAffixPattern(status);
623 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency,
624 fAffixPatternsForCurrency, status);
1093 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) {
2341 if (fAffixPatternsForCurrency) {
2986 if ( fAffixPatternsForCurrency == NULL ) {
2991 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) {
2996 delete fAffixPatternsForCurrency;
2997 fAffixPatternsForCurrency = NULL;