Searched refs:setCurrency (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/samples/numfmt/
H A Dmain.cpp208 nf.setCurrency(uCurrency);
210 nf.setCurrency(uCurrency, errorCode);
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DNumberFormatTest.java227 * @tests java.text.NumberFormat#setCurrency(java.util.Currency)
230 // Test for method void setCurrency(java.util.Currency)
234 format.setCurrency(currA);
241 ((NumberFormat) cformat).setCurrency(currA);
H A DDecimalFormatSymbolsTest.java412 * @tests java.text.DecimalFormatSymbols#setCurrency(java.util.Currency)
420 dfs.setCurrency(null);
426 dfs.setCurrency(currency);
H A DDecimalFormatTest.java694 cloned.setCurrency(c);
1397 * @tests java.text.DecimalFormat#setCurrency(java.util.Currency)
1405 df.setCurrency(null);
1411 df.setCurrency(currency);
/external/icu4c/i18n/unicode/
H A Dnumfmt.h855 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
H A Ddecimfmt.h1812 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1816 * setCurrency(const UChar*, UErrorCode&).
1817 * @deprecated ICU 3.0. Use setCurrency(const UChar*, UErrorCode&).
1819 virtual void setCurrency(const UChar* theCurrency);
2059 // similar to setCurrency without re-compute the affixes for currency.
2062 // re-computed in setCurrency(), but not in setCurrencyInternally().
/external/icu4c/i18n/
H A Dnumfmt.cpp423 // copy it to retain it across the call to setCurrency().
428 ncnf->setCurrency(curr, status);
437 ncnf->setCurrency(save, ok); // always restore currency
1051 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { function in class:NumberFormat
H A Ddecimfmt.cpp4652 NumberFormat::setCurrency(theCurrency, ec);
4666 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { function in class:DecimalFormat
4668 NumberFormat::setCurrency(theCurrency, ec);
4680 void DecimalFormat::setCurrency(const UChar* theCurrency) { function in class:DecimalFormat
4682 setCurrency(theCurrency, ec);
H A Dunum.cpp753 df->setCurrency(newValue, *status);
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp2522 fmt.setCurrency(curr, ec);
2523 assertSuccess("DecimalFormat::setCurrency", ec);
2524 fmt.setCurrency(curr); //Deprecated variant, for coverage only
3262 numFmt->setCurrency(currencyCode, status);
3361 numFmt->setCurrency(currencyCode, status);
6364 fmt->setCurrency(fmt->getCurrency(), status);
H A Dnumrgts.cpp2446 f2.setCurrency(f2.getCurrency(), status);
2449 UnicodeString("setCurrency() for (") + pat + ")", avail[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 597 milliseconds