Searched refs:fAffixPatternsForCurrency (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp332 fAffixPatternsForCurrency = NULL;
468 if (fAffixPatternsForCurrency == NULL) {
508 fAffixPatternsForCurrency = initHashForAffixPattern(status);
554 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status);
582 fAffixPatternsForCurrency->put(*key, affixPtn, status);
634 if (rhs.fAffixPatternsForCurrency) {
636 fAffixPatternsForCurrency = initHashForAffixPattern(status);
637 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency,
638 fAffixPatternsForCurrency, status);
1107 while ( (element = fAffixPatternsForCurrency
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2244 Hashtable* fAffixPatternsForCurrency; member in class:DecimalFormat

Completed in 333 milliseconds