Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAffixPatternsForCurrency

372     fAffixPatternsForCurrency = NULL;
542 fAffixPatternsForCurrency = initHashForAffixPattern(status);
583 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status);
605 fAffixPatternsForCurrency->put(*key, affixPtn, status);
770 if (rhs.fAffixPatternsForCurrency) {
772 fAffixPatternsForCurrency = initHashForAffixPattern(status);
773 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency,
774 fAffixPatternsForCurrency, status);
947 (fAffixPatternsForCurrency->equals(*other->fAffixPatternsForCurrency)) :
2105 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) {
3244 if (fAffixPatternsForCurrency) {
5133 if (fAffixPatternsForCurrency == NULL) {
5411 if ( fAffixPatternsForCurrency == NULL ) {
5416 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) {
5421 delete fAffixPatternsForCurrency;
5422 fAffixPatternsForCurrency = NULL;