Uses of Class
com.ibm.icu.text.NumberFormat.Field
-
Packages that use NumberFormat.Field Package Description com.ibm.icu.impl.number com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of NumberFormat.Field in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as NumberFormat.Field Modifier and Type Field Description (package private) NumberFormat.Field
MutablePatternModifier. field
Methods in com.ibm.icu.impl.number that return NumberFormat.Field Modifier and Type Method Description static NumberFormat.Field
AffixUtils. getFieldForType(int type)
Methods in com.ibm.icu.impl.number with parameters of type NumberFormat.Field Modifier and Type Method Description private void
LongNameHandler. multiSimpleFormatsToModifiers(java.lang.String[] leadFormats, java.lang.String trailFormat, NumberFormat.Field field)
Sets modifiers to a combination ofleadFormats
(one per plural form) andtrailFormat
appended to each.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.private void
LongNameHandler. simpleFormatsToModifiers(java.lang.String[] simpleFormats, NumberFormat.Field field)
Sets modifiers to use the patterns from simpleFormats.static int
AffixUtils. unescape(java.lang.CharSequence affixPattern, FormattedStringBuilder output, int position, AffixUtils.SymbolProvider provider, NumberFormat.Field field)
Executes the unescape state machine. -
Uses of NumberFormat.Field in com.ibm.icu.text
Fields in com.ibm.icu.text declared as NumberFormat.Field Modifier and Type Field Description static NumberFormat.Field
NumberFormat.Field. APPROXIMATELY_SIGN
Approximately sign.static NumberFormat.Field
NumberFormat.Field. COMPACT
static NumberFormat.Field
NumberFormat.Field. CURRENCY
static NumberFormat.Field
NumberFormat.Field. DECIMAL_SEPARATOR
static NumberFormat.Field
NumberFormat.Field. EXPONENT
static NumberFormat.Field
NumberFormat.Field. EXPONENT_SIGN
static NumberFormat.Field
NumberFormat.Field. EXPONENT_SYMBOL
static NumberFormat.Field
NumberFormat.Field. FRACTION
static NumberFormat.Field
NumberFormat.Field. GROUPING_SEPARATOR
static NumberFormat.Field
NumberFormat.Field. INTEGER
static NumberFormat.Field
NumberFormat.Field. MEASURE_UNIT
static NumberFormat.Field
NumberFormat.Field. PERCENT
static NumberFormat.Field
NumberFormat.Field. PERMILLE
static NumberFormat.Field
NumberFormat.Field. SIGN
-