Uses of Class
com.ibm.icu.impl.number.Grouper
-
Packages that use Grouper Package Description com.ibm.icu.impl.number com.ibm.icu.impl.number.parse -
-
Uses of Grouper in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as Grouper Modifier and Type Field Description private static Grouper
Grouper. GROUPER_AUTO
private static Grouper
Grouper. GROUPER_INDIC
private static Grouper
Grouper. GROUPER_INDIC_MIN2
private static Grouper
Grouper. GROUPER_MIN2
private static Grouper
Grouper. GROUPER_NEVER
private static Grouper
Grouper. GROUPER_ON_ALIGNED
private static Grouper
Grouper. GROUPER_WESTERN
private static Grouper
Grouper. GROUPER_WESTERN_MIN2
Grouper
MicroProps. grouping
Methods in com.ibm.icu.impl.number that return Grouper Modifier and Type Method Description static Grouper
Grouper. forProperties(DecimalFormatProperties properties)
Resolve the values in Properties to a Grouper object.static Grouper
Grouper. forStrategy(NumberFormatter.GroupingStrategy grouping)
Convert from the GroupingStrategy enum to a Grouper object.static Grouper
Grouper. getInstance(short grouping1, short grouping2, short minGrouping)
Grouper
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 Grouper Modifier and Type Method Description static DecimalMatcher
DecimalMatcher. getInstance(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags)
static ScientificMatcher
ScientificMatcher. getInstance(DecimalFormatSymbols symbols, Grouper grouper)
Constructors in com.ibm.icu.impl.number.parse with parameters of type Grouper Constructor Description DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags)
ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper)
-