Package com.ibm.icu.impl.number
Class PatternStringParser.ParsedSubpatternInfo
- java.lang.Object
-
- com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- Enclosing class:
- PatternStringParser
public static class PatternStringParser.ParsedSubpatternInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
exponentHasPlusSign
int
exponentZeros
int
fractionHashSigns
int
fractionNumerals
int
fractionTotal
long
groupingSizes
boolean
hasCurrencyDecimal
boolean
hasCurrencySign
boolean
hasDecimal
boolean
hasMinusSign
boolean
hasPercentSign
boolean
hasPerMilleSign
boolean
hasPlusSign
int
integerAtSigns
int
integerLeadingHashSigns
int
integerNumerals
int
integerTotal
int
integerTrailingHashSigns
long
paddingEndpoints
Padder.PadPosition
paddingLocation
long
prefixEndpoints
DecimalQuantity_DualStorageBCD
rounding
long
suffixEndpoints
int
widthExceptAffixes
-
Constructor Summary
Constructors Constructor Description ParsedSubpatternInfo()
-
-
-
Field Detail
-
groupingSizes
public long groupingSizes
-
integerLeadingHashSigns
public int integerLeadingHashSigns
-
integerTrailingHashSigns
public int integerTrailingHashSigns
-
integerNumerals
public int integerNumerals
-
integerAtSigns
public int integerAtSigns
-
integerTotal
public int integerTotal
-
fractionNumerals
public int fractionNumerals
-
fractionHashSigns
public int fractionHashSigns
-
fractionTotal
public int fractionTotal
-
hasDecimal
public boolean hasDecimal
-
widthExceptAffixes
public int widthExceptAffixes
-
paddingLocation
public Padder.PadPosition paddingLocation
-
rounding
public DecimalQuantity_DualStorageBCD rounding
-
exponentHasPlusSign
public boolean exponentHasPlusSign
-
exponentZeros
public int exponentZeros
-
hasPercentSign
public boolean hasPercentSign
-
hasPerMilleSign
public boolean hasPerMilleSign
-
hasCurrencySign
public boolean hasCurrencySign
-
hasCurrencyDecimal
public boolean hasCurrencyDecimal
-
hasMinusSign
public boolean hasMinusSign
-
hasPlusSign
public boolean hasPlusSign
-
prefixEndpoints
public long prefixEndpoints
-
suffixEndpoints
public long suffixEndpoints
-
paddingEndpoints
public long paddingEndpoints
-
-