Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddecimfmt.h2185 Hashtable* initHashForAffix(UErrorCode& status);
/external/icu4c/i18n/
Ddecimfmt.cpp614 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
642 fPluralAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
5278 DecimalFormat::initHashForAffix(UErrorCode& status) { in initHashForAffix() function in DecimalFormat