(package private) LocalizedNumberRangeFormatter |
LocalizedNumberRangeFormatter.create(int key,
java.lang.Object value) |
|
LocalizedNumberRangeFormatter |
UnlocalizedNumberRangeFormatter.locale(ULocale locale) |
|
LocalizedNumberRangeFormatter |
UnlocalizedNumberRangeFormatter.locale(java.util.Locale locale) |
Associate the given locale with the number range formatter.
|
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.
|
static LocalizedNumberRangeFormatter |
NumberRangeFormatter.withLocale(java.util.Locale locale) |
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call
site.
|