Searched refs:kIntlCurrencySymbol (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dcfmtsym.h | 109 kIntlCurrencySymbol, enumerator
|
/external/icu4c/i18n/unicode/ |
D | dcfmtsym.h | 110 kIntlCurrencySymbol, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dcfmtsym.cpp | 294 fSymbols[kIntlCurrencySymbol] = curriso; in initialize() 404 fSymbols[kIntlCurrencySymbol] = INTL_CURRENCY_SYMBOL_STR; in initialize()
|
D | decimfmt.cpp | 2423 getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == in adoptDecimalFormatSymbols() 2424 symbolsToAdopt->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in adoptDecimalFormatSymbols() 2510 && getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == intlCurrencySymbol) in setCurrencyForSymbols() 3150 affix += getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in expandAffix() 3247 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in appendAffix() 3249 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in appendAffix() 4459 fSymbols->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in getEffectiveCurrency()
|
/external/icu4c/i18n/ |
D | dcfmtsym.cpp | 305 fSymbols[kIntlCurrencySymbol].setTo(curriso, -1); in initialize() 413 fSymbols[kIntlCurrencySymbol].setTo(TRUE, INTL_CURRENCY_SYMBOL_STR, 2); in initialize()
|
D | decimfmt.cpp | 3199 getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == in adoptDecimalFormatSymbols() 3200 symbolsToAdopt->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in adoptDecimalFormatSymbols() 3298 … && getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == UnicodeString(intlCurrencySymbol)) in setCurrencyForSymbols() 3985 affix += getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in expandAffix() 4082 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in appendAffix() 4084 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in appendAffix() 5328 fSymbols->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in getEffectiveCurrency()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numrgts.cpp | 1342 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302() 1354 fmt->setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, UnicodeString("ABC")); in Test4061302() 1357 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302() 1698 … buf.replace(j, /*j+*/2, symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4122840() 1699 j += symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol).length(); in Test4122840() 2366 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "DOL"); 2378 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "USD");
|
/external/icu4c/test/intltest/ |
D | numrgts.cpp | 1346 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302() 1358 fmt->setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, UnicodeString("ABC")); in Test4061302() 1361 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302() 1702 … buf.replace(j, /*j+*/2, symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4122840() 1703 j += symbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol).length(); in Test4122840() 2370 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "DOL"); 2382 sym.setSymbol(DecimalFormatSymbols::kIntlCurrencySymbol, "USD");
|