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 |
---|---|
Measure |
MeasureFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce a
Measure . |
Modifier and Type | Method and Description |
---|---|
String |
MeasureFormat.formatMeasureRange(Measure lowValue,
Measure highValue)
Deprecated.
This API is ICU internal only.
|
String |
MeasureFormat.formatMeasures(Measure... measures)
Format a sequence of measures.
|
StringBuilder |
MeasureFormat.formatMeasures(StringBuilder appendTo,
FieldPosition fieldPosition,
Measure... measures)
Formats a sequence of measures.
|
StringBuilder |
TimeUnitFormat.formatMeasures(StringBuilder appendTo,
FieldPosition fieldPosition,
Measure... measures)
Deprecated.
This API is ICU internal only.
|
StringBuilder |
MeasureFormat.formatMeasuresPer(StringBuilder appendTo,
FieldPosition fieldPosition,
MeasureUnit perUnit,
Measure... measures)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrencyAmount
An amount of currency, consisting of a Number and a Currency.
|
class |
TimeUnitAmount
Express a duration as a time unit and number.
|
Copyright (c) 2014 IBM Corporation and others.