Uses of Class
com.ibm.icu.impl.number.Grouper
Packages that use Grouper
-
Uses of Grouper in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as GrouperModifier and TypeFieldDescriptionprivate static final GrouperGrouper.GROUPER_AUTOprivate static final GrouperGrouper.GROUPER_INDICprivate static final GrouperGrouper.GROUPER_INDIC_MIN2private static final GrouperGrouper.GROUPER_MIN2private static final GrouperGrouper.GROUPER_NEVERprivate static final GrouperGrouper.GROUPER_ON_ALIGNEDprivate static final GrouperGrouper.GROUPER_WESTERNprivate static final GrouperGrouper.GROUPER_WESTERN_MIN2MicroProps.groupingMethods in com.ibm.icu.impl.number that return GrouperModifier and TypeMethodDescriptionstatic GrouperGrouper.forProperties(DecimalFormatProperties properties) Resolve the values in Properties to a Grouper object.static GrouperGrouper.forStrategy(NumberFormatter.GroupingStrategy grouping) Convert from the GroupingStrategy enum to a Grouper object.static GrouperGrouper.getInstance(short grouping1, short grouping2, short minGrouping) Grouper.withLocaleData(ULocale locale, PatternStringParser.ParsedPatternInfo patternInfo) -
Uses of Grouper in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse with parameters of type GrouperModifier and TypeMethodDescriptionstatic DecimalMatcherDecimalMatcher.getInstance(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) static ScientificMatcherScientificMatcher.getInstance(DecimalFormatSymbols symbols, Grouper grouper) Constructors in com.ibm.icu.impl.number.parse with parameters of type GrouperModifierConstructorDescriptionprivateDecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) privateScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper)