Searched defs:theCurrency (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp1123 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { argument
1127 if (theCurrency) {
1128 u_strncpy(fCurrency, theCurrency, 3);
H A Ddecimfmt.cpp5559 void DecimalFormat::setCurrencyInternally(const UChar* theCurrency, argument
5570 UBool isCurr = (theCurrency && *theCurrency);
5575 rounding = ucurr_getRoundingIncrement(theCurrency, &ec);
5576 frac = ucurr_getDefaultFractionDigits(theCurrency, &ec);
5579 NumberFormat::setCurrency(theCurrency, ec);
5596 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { argument
5598 NumberFormat::setCurrency(theCurrency, ec);
5606 setCurrencyInternally(theCurrency, ec);
5613 void DecimalFormat::setCurrency(const UChar* theCurrency) { argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1167 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { argument
1171 if (theCurrency) {
1172 u_strncpy(fCurrency, theCurrency, 3);
/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 1627 milliseconds