Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2143 Hashtable* initHashForAffix(UErrorCode& status);
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2171 Hashtable* initHashForAffix(UErrorCode& status);
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp672 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
700 fPluralAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
5226 DecimalFormat::initHashForAffix(UErrorCode& status) {
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp651 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
679 fPluralAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
5656 DecimalFormat::initHashForAffix(UErrorCode& status) { in initHashForAffix() function in DecimalFormat