Package | Description |
---|---|
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.
|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
FormatWidth |
GeneralMeasureFormat.getLength()
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static GeneralMeasureFormat |
GeneralMeasureFormat.getInstance(ULocale locale,
FormatWidth length)
Deprecated.
This API is ICU internal only.
|
static GeneralMeasureFormat |
GeneralMeasureFormat.getInstance(ULocale locale,
FormatWidth length,
NumberFormat decimalFormat)
Deprecated.
This API is ICU internal only.
|
Constructor and Description |
---|
GeneralMeasureFormat(ULocale locale,
FormatWidth style,
Map<MeasureUnit,EnumMap<FormatWidth,Map<String,com.ibm.icu.text.GeneralMeasureFormat.PatternData>>> unitToStyleToCountToFormat,
NumberFormat numberFormat)
Deprecated.
This API is ICU internal only.
|
Constructor and Description |
---|
GeneralMeasureFormat(ULocale locale,
FormatWidth style,
Map<MeasureUnit,EnumMap<FormatWidth,Map<String,com.ibm.icu.text.GeneralMeasureFormat.PatternData>>> unitToStyleToCountToFormat,
NumberFormat numberFormat)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static FormatWidth |
FormatWidth.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FormatWidth[] |
FormatWidth.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2013 IBM Corporation and others.