Searched refs:setCurrency (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/samples/numfmt/ |
D | main.cpp | 208 nf.setCurrency(uCurrency); in setNumberFormatCurrency_2_6() 210 nf.setCurrency(uCurrency, errorCode); in setNumberFormatCurrency_2_6()
|
/external/icu4c/i18n/ |
D | numfmt.cpp | 252 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
|
D | decimfmt.cpp | 335 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()
|
D | unum.cpp | 691 df->setCurrency(newValue, *status); in unum_setTextAttribute()
|
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 1669 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec); 1676 virtual void setCurrency(const UChar* theCurrency);
|
D | numfmt.h | 647 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 2146 fmt.setCurrency(curr, ec); in expectCurrency() 2148 fmt.setCurrency(curr); //Deprecated variant, for coverage only in expectCurrency()
|
D | numrgts.cpp | 2406 f2.setCurrency(f2.getCurrency(), status);
|