Searched refs:theCurrency (Results 1 – 12 of 12) sorted by relevance
207 public void setCurrency(Currency theCurrency) { in setCurrency() argument208 if (theCurrency == null) { in setCurrency()212 fJdkNfmt.setCurrency(java.util.Currency.getInstance(theCurrency.getCurrencyCode())); in setCurrency()
5223 Currency theCurrency = getCurrency(); in applyPatternWithoutExpandAffix() local5224 if (theCurrency != null) { in applyPatternWithoutExpandAffix()5225 setRoundingIncrement(theCurrency.getRoundingIncrement(currencyUsage)); in applyPatternWithoutExpandAffix()5226 int d = theCurrency.getDefaultFractionDigits(currencyUsage); in applyPatternWithoutExpandAffix()5373 public void setCurrency(Currency theCurrency) { in setCurrency() argument5379 super.setCurrency(theCurrency); in setCurrency()5380 if (theCurrency != null) { in setCurrency()5381 String s = theCurrency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null); in setCurrency()5382 symbols.setCurrency(theCurrency); in setCurrency()5387 if (theCurrency != null) { in setCurrency()[all …]
1250 public void setCurrency(Currency theCurrency) { in setCurrency() argument1251 currency = theCurrency; in setCurrency()
5152 Currency theCurrency = getCurrency(); in applyPatternWithoutExpandAffix() local5153 if (theCurrency != null) { in applyPatternWithoutExpandAffix()5154 setRoundingIncrement(theCurrency.getRoundingIncrement(currencyUsage)); in applyPatternWithoutExpandAffix()5155 int d = theCurrency.getDefaultFractionDigits(currencyUsage); in applyPatternWithoutExpandAffix()5293 public void setCurrency(Currency theCurrency) { in setCurrency() argument5299 super.setCurrency(theCurrency); in setCurrency()5300 if (theCurrency != null) { in setCurrency()5301 String s = theCurrency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null); in setCurrency()5302 symbols.setCurrency(theCurrency); in setCurrency()5307 if (theCurrency != null) { in setCurrency()[all …]
1163 public void setCurrency(Currency theCurrency) { in setCurrency() argument1164 currency = theCurrency; in setCurrency()
1674 public void setCurrency(Currency theCurrency) { in setCurrency() argument1675 super.setCurrency(theCurrency); in setCurrency()
1067 public void setCurrency(Currency theCurrency) { in setCurrency() argument1068 numberFormat.setCurrency(theCurrency.currency); in setCurrency()
1964 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);1971 virtual void setCurrency(const UChar* theCurrency);
934 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
1179 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() argument1183 if (theCurrency) { in setCurrency()1184 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
2955 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() argument2957 NumberFormat::setCurrency(theCurrency, ec); in setCurrency()2970 void DecimalFormat::setCurrency(const UChar* theCurrency) { in setCurrency() argument2972 setCurrency(theCurrency, ec); in setCurrency()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...