Uses of Class
com.ibm.icu.number.UnlocalizedNumberRangeFormatter
-
Packages that use UnlocalizedNumberRangeFormatter Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of UnlocalizedNumberRangeFormatter in com.ibm.icu.number
Fields in com.ibm.icu.number declared as UnlocalizedNumberRangeFormatter Modifier and Type Field Description private static UnlocalizedNumberRangeFormatter
NumberRangeFormatter. BASE
Methods in com.ibm.icu.number that return UnlocalizedNumberRangeFormatter Modifier and Type Method Description (package private) UnlocalizedNumberRangeFormatter
UnlocalizedNumberRangeFormatter. create(int key, java.lang.Object value)
static UnlocalizedNumberRangeFormatter
NumberRangeFormatter. with()
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is not currently known at the call site.UnlocalizedNumberRangeFormatter
LocalizedNumberRangeFormatter. withoutLocale()
Disassociate the locale from this formatter.
-