Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(double first,
double second)
Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(int first,
int second)
Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(Number first,
Number second)
Format the given Numbers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
Modifier and Type | Method and Description |
---|---|
String |
PluralRules.select(FormattedNumberRange range)
Given a formatted number range, returns the overall plural form of the
range.
|
Copyright © 2016 Unicode, Inc. and others.