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

/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DTileWorker.java44 int doubled = 0; field in class:TileWorker
104 doubled++;
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java231 * doubled, replaced by international currency symbol.
2000 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE +
2048 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE +
2426 // is doubled or not.
2427 boolean doubled = (pos + 1) < pattern.length() &&
2429 if (doubled) { // Skip over the doubled character
2433 affix.append(doubled ? "'\u00A4\u00A4" : "'\u00A4");
3250 * or if it is doubled, with the international currency symbol. If the

Completed in 65 milliseconds