Home
last modified time | relevance | path

Searched refs:setCurrency (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/samples/numfmt/
Dmain.cpp208 nf.setCurrency(uCurrency); in setNumberFormatCurrency_2_6()
210 nf.setCurrency(uCurrency, errorCode); in setNumberFormatCurrency_2_6()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DNumberFormatTest.java234 format.setCurrency(currA); in test_setCurrencyLjava_util_Currency()
241 ((NumberFormat) cformat).setCurrency(currA); in test_setCurrencyLjava_util_Currency()
DDecimalFormatSymbolsTest.java420 dfs.setCurrency(null); in test_setCurrencyLjava_util_Currency()
426 dfs.setCurrency(currency); in test_setCurrencyLjava_util_Currency()
DDecimalFormatTest.java694 cloned.setCurrency(c); in test_equalsLjava_lang_Object()
1405 df.setCurrency(null); in test_setCurrencyLjava_util_Currency()
1411 df.setCurrency(currency); in test_setCurrencyLjava_util_Currency()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1812 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1819 virtual void setCurrency(const UChar* theCurrency);
Dnumfmt.h855 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
/external/icu4c/i18n/
Dnumfmt.cpp428 ncnf->setCurrency(curr, status); in ArgExtractor()
437 ncnf->setCurrency(save, ok); // always restore currency in ~ArgExtractor()
1051 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() function in NumberFormat
Ddecimfmt.cpp4652 NumberFormat::setCurrency(theCurrency, ec); in setCurrencyInternally()
4666 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() function in DecimalFormat
4668 NumberFormat::setCurrency(theCurrency, ec); in setCurrency()
4680 void DecimalFormat::setCurrency(const UChar* theCurrency) { in setCurrency() function in DecimalFormat
4682 setCurrency(theCurrency, ec); in setCurrency()
Dunum.cpp753 df->setCurrency(newValue, *status); in unum_setTextAttribute()
/external/icu4c/test/intltest/
Dnumfmtst.cpp2522 fmt.setCurrency(curr, ec); in expectCurrency()
2524 fmt.setCurrency(curr); //Deprecated variant, for coverage only in expectCurrency()
3262 numFmt->setCurrency(currencyCode, status); in TestCurrencyIsoPluralFormat()
3361 numFmt->setCurrency(currencyCode, status); in TestCurrencyParsing()
6364 fmt->setCurrency(fmt->getCurrency(), status); in TestCurrencyFractionDigits()
Dnumrgts.cpp2446 f2.setCurrency(f2.getCurrency(), status);