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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java2000 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE +
2001 * CURRENCY_SIGN + CURRENCY_SIGN), it is interpreted as an ISO 4217
2017 case CURRENCY_SIGN:
2019 pattern.charAt(i) == CURRENCY_SIGN) {
2048 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE +
2049 * CURRENCY_SIGN + CURRENCY_SIGN), i
3256 private static final char CURRENCY_SIGN = '\\u00A4'; field in class:DecimalFormat
[all...]

Completed in 35 milliseconds