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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java2136 private void appendAffix(StringBuffer buffer, String affixPattern, method in class:DecimalFormat
2139 appendAffix(buffer, expAffix, localized);
2145 appendAffix(buffer, affixPattern.substring(pos), localized);
2149 appendAffix(buffer, affixPattern.substring(pos, i), localized);
2185 private void appendAffix(StringBuffer buffer, String affix, boolean localized) { method in class:DecimalFormat
2227 appendAffix(result, posPrefixPattern, positivePrefix, localized);
2228 else appendAffix(result, negPrefixPattern, negativePrefix, localized);
2264 appendAffix(result, posSuffixPattern, positiveSuffix, localized);
2277 } else appendAffix(result, negSuffixPattern, negativeSuffix, localized);

Completed in 36 milliseconds