Home
last modified time | relevance | path

Searched refs:setCurrency (Results 1 – 8 of 8) 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/icu4c/i18n/
Dnumfmt.cpp252 nonconst->setCurrency(curr, status); in format()
274 nonconst->setCurrency(save, ok); // always restore currency in format()
778 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() function in NumberFormat
Ddecimfmt.cpp335 setCurrency(NULL, status); in construct()
343 setCurrency(getCurrency(), status); in construct()
2131 setCurrency(c, ec); in setCurrencyForSymbols()
3869 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() function in DecimalFormat
3888 NumberFormat::setCurrency(theCurrency, ec); in setCurrency()
3903 void DecimalFormat::setCurrency(const UChar* theCurrency) { in setCurrency() function in DecimalFormat
3905 setCurrency(theCurrency, ec); in setCurrency()
Dunum.cpp691 df->setCurrency(newValue, *status); in unum_setTextAttribute()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1669 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1676 virtual void setCurrency(const UChar* theCurrency);
Dnumfmt.h647 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
/external/icu4c/test/intltest/
Dnumfmtst.cpp2146 fmt.setCurrency(curr, ec); in expectCurrency()
2148 fmt.setCurrency(curr); //Deprecated variant, for coverage only in expectCurrency()
Dnumrgts.cpp2406 f2.setCurrency(f2.getCurrency(), status);