Lines Matching defs:currency

64  * currency amounts ($123).  All of these can be localized.
169 * their special status. Two exceptions are the currency sign and quote, which
230 * <td>Currency sign, replaced by currency symbol. If
231 * doubled, replaced by international currency symbol.
338 * <strong>// Print out a number using the localized number, integer, currency,
2002 * currency code. Any other character after a QUOTE represents itself.
2050 * currency code. Any other character after a QUOTE represents itself.
2382 // percent, per mille, and currency symbols are recognized and
2425 // Use lookahead to determine if the currency sign
2792 * Gets the currency used by this decimal format when formatting
2793 * currency values.
2794 * The currency is obtained by calling
2798 * @return the currency used by this decimal format, or <code>null</code>
2806 * Sets the currency used by this number format when formatting
2807 * currency values. This does not update the minimum or maximum
2809 * The currency is set by calling
2813 * @param currency the new currency to be used by this decimal format
2814 * @exception NullPointerException if <code>currency</code> is null
2817 public void setCurrency(Currency currency) {
2818 if (currency != symbols.getCurrency()) {
2819 symbols.setCurrency(currency);
2856 * are reasonable for the currency's default fraction digits.
2859 Currency currency = symbols.getCurrency();
2860 if (currency == null) {
2862 currency = Currency.getInstance(symbols.getInternationalCurrencySymbol());
2866 if (currency != null) {
2867 int digits = currency.getDefaultFractionDigits();
3084 * True if this object represents a currency format. This determines
3248 * The CURRENCY_SIGN is the standard Unicode symbol for currency. It
3249 * is used in patterns and substituted with either the currency symbol,
3250 * or if it is doubled, with the international currency symbol. If the