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

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java205 public void setCurrency(Currency theCurrency) { argument
206 if (theCurrency == null) {
210 fJdkNfmt.setCurrency(java.util.Currency.getInstance(theCurrency.getCurrencyCode()));
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1881 * @param theCurrency a 3-letter ISO code indicating new currency
1887 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1894 virtual void setCurrency(const UChar* theCurrency);
2193 virtual void setCurrencyInternally(const UChar* theCurrency, UErrorCode& ec);
H A Dnumfmt.h935 * @param theCurrency a 3-letter ISO code indicating new currency
941 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java5069 Currency theCurrency = getCurrency();
5070 if (theCurrency != null) {
5071 setRoundingIncrement(theCurrency.getRoundingIncrement(currencyUsage));
5072 int d = theCurrency.getDefaultFractionDigits(currencyUsage);
5214 * @param theCurrency new currency object to use. Must not be null.
5218 public void setCurrency(Currency theCurrency) { argument
5224 super.setCurrency(theCurrency);
5225 if (theCurrency != null) {
5227 String s = theCurrency.getName(symbols.getULocale(),
5229 symbols.setCurrency(theCurrency);
[all...]
H A DNumberFormat.java1233 * @param theCurrency new currency object to use. May be null for
1237 public void setCurrency(Currency theCurrency) { argument
1238 currency = theCurrency;
/external/icu/icu4c/source/i18n/
H A 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
[all...]
H A Dnumfmt.cpp1160 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { argument
1164 if (theCurrency) {
1165 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 150 milliseconds