Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Method and Description |
---|---|
LocalizedNumberRangeFormatter |
UnlocalizedNumberRangeFormatter.locale(Locale locale)
Associate the given locale with the number range formatter.
|
LocalizedNumberRangeFormatter |
UnlocalizedNumberRangeFormatter.locale(ULocale locale)
ULocale version of the
UnlocalizedNumberRangeFormatter.locale(Locale) setter above. |
static LocalizedNumberRangeFormatter |
NumberRangeFormatter.withLocale(Locale locale)
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call
site.
|
static LocalizedNumberRangeFormatter |
NumberRangeFormatter.withLocale(ULocale locale)
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call
site.
|
Copyright © 2016 Unicode, Inc. and others.