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

/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dmain.cpp208 nf.setCurrency(uCurrency);
210 nf.setCurrency(uCurrency, errorCode);
/external/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp208 nf.setCurrency(uCurrency);
210 nf.setCurrency(uCurrency, errorCode);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumfmt.h908 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
H A Ddecimfmt.h1838 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1842 * setCurrency(const UChar*, UErrorCode&).
1843 * @deprecated ICU 3.0. Use setCurrency(const UChar*, UErrorCode&).
1845 virtual void setCurrency(const UChar* theCurrency);
2120 // similar to setCurrency without re-compute the affixes for currency.
2123 // re-computed in setCurrency(), but not in setCurrencyInternally().
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1866 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1870 * setCurrency(const UChar*, UErrorCode&).
1871 * @deprecated ICU 3.0. Use setCurrency(const UChar*, UErrorCode&).
1873 virtual void setCurrency(const UChar* theCurrency);
2148 // similar to setCurrency without re-compute the affixes for currency.
2151 // re-computed in setCurrency(), but not in setCurrencyInternally().
H A Dnumfmt.h941 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp485 // copy it to retain it across the call to setCurrency().
547 cloneFmt->setCurrency(iso, status);
602 cloneFmt->setCurrency(iso, status);
1123 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { function in class:NumberFormat
H A Dunum.cpp631 df->setCurrency(val.getTerminatedBuffer(), *status);
H A Ddecimfmt.cpp5579 NumberFormat::setCurrency(theCurrency, ec);
5596 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { function in class:DecimalFormat
5598 NumberFormat::setCurrency(theCurrency, ec);
5613 void DecimalFormat::setCurrency(const UChar* theCurrency) { function in class:DecimalFormat
5615 setCurrency(theCurrency, ec);
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp512 // copy it to retain it across the call to setCurrency().
574 cloneFmt->setCurrency(iso, status);
629 cloneFmt->setCurrency(iso, status);
1167 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { function in class:NumberFormat
H A Ddecimfmt.cpp5149 NumberFormat::setCurrency(theCurrency, ec);
5166 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) {
5168 NumberFormat::setCurrency(theCurrency, ec);
5183 void DecimalFormat::setCurrency(const UChar* theCurrency) {
5185 setCurrency(theCurrency, ec);
H A Dunum.cpp635 df->setCurrency(val.getTerminatedBuffer(), *status);
/external/chromium_org/v8/src/
H A Di18n.cc285 number_format->setCurrency(currency.getBuffer(), status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2551 fmt.setCurrency(curr, ec);
2552 assertSuccess("DecimalFormat::setCurrency", ec);
2553 fmt.setCurrency(curr); //Deprecated variant, for coverage only
3392 numFmt->setCurrency(currencyCode, status);
3504 numFmt->setCurrency(currencyCode, status);
6512 fmt->setCurrency(fmt->getCurrency(), status);
H A Dnumrgts.cpp2451 f2.setCurrency(f2.getCurrency(), status);
2454 UnicodeString("setCurrency() for (") + pat + ")", avail[i]);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2574 fmt.setCurrency(curr, ec);
2575 assertSuccess("DecimalFormat::setCurrency", ec);
2576 fmt.setCurrency(curr); //Deprecated variant, for coverage only
3421 numFmt->setCurrency(currencyCode, status);
3533 numFmt->setCurrency(currencyCode, status);
6541 fmt->setCurrency(fmt->getCurrency(), status);
H A Dnumrgts.cpp2451 f2.setCurrency(f2.getCurrency(), status);
2454 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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3241 milliseconds