Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h110 kIntlCurrencySymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp308 fSymbols[kIntlCurrencySymbol].setTo(curriso, -1); in initialize()
415 fSymbols[kIntlCurrencySymbol].setTo(TRUE, INTL_CURRENCY_SYMBOL_STR, 2); in initialize()
Ddecimfmt.cpp3612 getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) ==
3613 symbolsToAdopt->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol));
3711 … && getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == UnicodeString(intlCurrencySymbol))
4416 affix += getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);
4521 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol));
4523 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);
5272 fSymbols->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1348 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302()
1360 fmt->setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, UnicodeString("ABC")); in Test4061302()
1363 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302()
1704 … buf.replace(j, /*j+*/2, symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4122840()
1705 j += symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol).length(); in Test4122840()
2372 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "DOL");
2384 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "USD");