Package com.ibm.icu.impl.number
Class PatternStringParser.ParsedSubpatternInfo
java.lang.Object
com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- Enclosing class:
PatternStringParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
int
int
int
long
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
int
int
int
int
long
long
long
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
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
-
-
Constructor Details
-
ParsedSubpatternInfo
public ParsedSubpatternInfo()
-