Home
last modified time | relevance | path

Searched refs:theCurrency (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DNumberFormatJDK.java205 public void setCurrency(Currency theCurrency) { in setCurrency() argument
206 if (theCurrency == null) { in setCurrency()
210 fJdkNfmt.setCurrency(java.util.Currency.getInstance(theCurrency.getCurrencyCode())); in setCurrency()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java5069 Currency theCurrency = getCurrency(); local
5070 if (theCurrency != null) {
5071 setRoundingIncrement(theCurrency.getRoundingIncrement(currencyUsage));
5072 int d = theCurrency.getDefaultFractionDigits(currencyUsage);
5218 public void setCurrency(Currency theCurrency) { in setCurrency() argument
5224 super.setCurrency(theCurrency); in setCurrency()
5225 if (theCurrency != null) { in setCurrency()
5227 String s = theCurrency.getName(symbols.getULocale(), in setCurrency()
5229 symbols.setCurrency(theCurrency); in setCurrency()
5234 if (theCurrency != null) { in setCurrency()
[all …]
DNumberFormat.java1237 public void setCurrency(Currency theCurrency) { in setCurrency() argument
1238 currency = theCurrency; in setCurrency()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h1887 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1894 virtual void setCurrency(const UChar* theCurrency);
2193 virtual void setCurrencyInternally(const UChar* theCurrency, UErrorCode& ec);
Dnumfmt.h941 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp5179 void DecimalFormat::setCurrencyInternally(const UChar* theCurrency,
5190 UBool isCurr = (theCurrency && *theCurrency);
5195 rounding = ucurr_getRoundingIncrementForUsage(theCurrency, fCurrencyUsage, &ec);
5196 frac = ucurr_getDefaultFractionDigitsForUsage(theCurrency, fCurrencyUsage, &ec);
5199 NumberFormat::setCurrency(theCurrency, ec);
5216 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) {
5218 NumberFormat::setCurrency(theCurrency, ec);
5226 setCurrencyInternally(theCurrency, ec);
5235 const UChar* theCurrency = getCurrency();
5238 if(theCurrency){
[all …]
Dnumfmt.cpp1160 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() argument
1164 if (theCurrency) { in setCurrency()
1165 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...