Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddecimfmt.h2081 Hashtable* initHashForAffixPattern(UErrorCode& status);
/external/icu4c/i18n/
Ddecimfmt.cpp483 fAffixPatternsForCurrency = initHashForAffixPattern(status); in setupCurrencyAffixPatterns()
700 fAffixPatternsForCurrency = initHashForAffixPattern(status); in operator =()
707 fAffixesForCurrency = initHashForAffixPattern(status); in operator =()
713 fPluralAffixesForCurrency = initHashForAffixPattern(status); in operator =()
4738 DecimalFormat::initHashForAffixPattern(UErrorCode& status) { in initHashForAffixPattern() function in DecimalFormat