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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1737 posSuffixPattern = null;
1750 if (posSuffixPattern != null) {
1751 positiveSuffixFieldPositions = expandAffix(posSuffixPattern);
1916 && ((posSuffixPattern == other.posSuffixPattern &&
1918 || (posSuffixPattern != null &&
1919 posSuffixPattern.equals(other.posSuffixPattern)))
1982 if (posSuffixPattern != null) {
1983 positiveSuffix = expandAffix(posSuffixPattern, buffe
3021 private String posSuffixPattern; field in class:DecimalFormat
[all...]

Completed in 31 milliseconds