Uses of Interface
com.ibm.icu.impl.number.AffixPatternProvider
-
Packages that use AffixPatternProvider Package Description com.ibm.icu.impl.number com.ibm.icu.impl.number.parse -
-
Uses of AffixPatternProvider in com.ibm.icu.impl.number
Classes in com.ibm.icu.impl.number that implement AffixPatternProvider Modifier and Type Class Description class
CurrencyPluralInfoAffixProvider
static class
PatternStringParser.ParsedPatternInfo
Contains raw information about the parsed decimal format pattern string.class
PropertiesAffixPatternProvider
Fields in com.ibm.icu.impl.number declared as AffixPatternProvider Modifier and Type Field Description AffixPatternProvider
MacroProps. affixProvider
(package private) AffixPatternProvider
MutablePatternModifier. patternInfo
Methods in com.ibm.icu.impl.number that return AffixPatternProvider Modifier and Type Method Description static AffixPatternProvider
PropertiesAffixPatternProvider. forProperties(DecimalFormatProperties properties)
Methods in com.ibm.icu.impl.number with parameters of type AffixPatternProvider Modifier and Type Method Description static void
PatternStringUtils. patternInfoToStringBuilder(AffixPatternProvider patternInfo, boolean isPrefix, PatternStringUtils.PatternSignType patternSignType, boolean approximately, StandardPlural plural, boolean perMilleReplacesPercent, java.lang.StringBuilder output)
This method contains the heart of the logic for rendering LDML affix strings.void
MutablePatternModifier. setPatternInfo(AffixPatternProvider patternInfo, NumberFormat.Field field)
Sets a reference to the parsed decimal format pattern, usually obtained fromPatternStringParser.parseToPatternInfo(String)
, but any implementation ofAffixPatternProvider
is accepted. -
Uses of AffixPatternProvider in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse with parameters of type AffixPatternProvider Modifier and Type Method Description static void
AffixMatcher. createMatchers(AffixPatternProvider patternInfo, NumberParserImpl output, AffixTokenMatcherFactory factory, IgnorablesMatcher ignorables, int parseFlags)
private static boolean
AffixMatcher. isInteresting(AffixPatternProvider patternInfo, IgnorablesMatcher ignorables, int parseFlags)
-