Searched refs:theCurrency (Results 1 – 8 of 8) sorted by relevance
205 public void setCurrency(Currency theCurrency) { in setCurrency() argument206 if (theCurrency == null) { in setCurrency()210 fJdkNfmt.setCurrency(java.util.Currency.getInstance(theCurrency.getCurrencyCode())); in setCurrency()
5069 Currency theCurrency = getCurrency(); local5070 if (theCurrency != null) {5071 setRoundingIncrement(theCurrency.getRoundingIncrement(currencyUsage));5072 int d = theCurrency.getDefaultFractionDigits(currencyUsage);5218 public void setCurrency(Currency theCurrency) { in setCurrency() argument5224 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 …]
1237 public void setCurrency(Currency theCurrency) { in setCurrency() argument1238 currency = theCurrency; in setCurrency()
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);
941 virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
5179 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 …]
1160 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { in setCurrency() argument1164 if (theCurrency) { in setCurrency()1165 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...