Searched defs:currency (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java221 colInfo[columnIndex].currency = property;
555 return colInfo[columnIndex].currency;
969 public boolean currency; field in class:RowSetMetaDataImpl.ColInfo
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormatSymbols.java311 * Returns the currency symbol for the currency of these
321 * Sets the currency symbol for the currency of these
325 public void setCurrencySymbol(String currency) argument
327 currencySymbol = currency;
331 * Returns the ISO 4217 currency code of the currency of these
341 * Sets the ISO 4217 currency code of the currency o
392 setCurrency(Currency currency) argument
777 private transient Currency currency; field in class:DecimalFormatSymbols
[all...]
H A DNumberFormat.java108 * currency number format. And use <code>getPercentInstance</code> to get a
443 * Returns a currency format for the current default locale.
450 * Returns a currency format for the specified locale.
669 * Gets the currency used by this number format when formatting
670 * currency values. The initial value is derived in a locale dependent
672 * currency could be determined and no currency has been set using
678 * @return the currency used by this number format, or <code>null</code>
680 * doesn't implement currency formatting
688 * Sets the currency use
701 setCurrency(Currency currency) argument
[all...]
H A DDecimalFormat.java64 * 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 use
2817 setCurrency(Currency currency) argument
[all...]

Completed in 46 milliseconds