Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp332 fAffixPatternsForCurrency = NULL; in init()
468 if (fAffixPatternsForCurrency == NULL) { in handleCurrencySignInPattern()
508 fAffixPatternsForCurrency = initHashForAffixPattern(status); in setupCurrencyAffixPatterns()
554 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status); in setupCurrencyAffixPatterns()
582 fAffixPatternsForCurrency->put(*key, affixPtn, status); in setupCurrencyAffixPatterns()
634 if (rhs.fAffixPatternsForCurrency) { in operator =()
636 fAffixPatternsForCurrency = initHashForAffixPattern(status); in operator =()
637 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency, in operator =()
638 fAffixPatternsForCurrency, status); in operator =()
1107 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) { in parseForCurrency()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2244 Hashtable* fAffixPatternsForCurrency; variable