Uses of Class
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Packages that use NumberRangeFormatter.RangeIdentityFallback Package Description com.ibm.icu.impl.number.range com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of NumberRangeFormatter.RangeIdentityFallback in com.ibm.icu.impl.number.range
Fields in com.ibm.icu.impl.number.range declared as NumberRangeFormatter.RangeIdentityFallback Modifier and Type Field Description NumberRangeFormatter.RangeIdentityFallback
RangeMacroProps. identityFallback
-
Uses of NumberRangeFormatter.RangeIdentityFallback in com.ibm.icu.number
Fields in com.ibm.icu.number declared as NumberRangeFormatter.RangeIdentityFallback Modifier and Type Field Description (package private) NumberRangeFormatter.RangeIdentityFallback
NumberRangeFormatterImpl. fIdentityFallback
Methods in com.ibm.icu.number that return NumberRangeFormatter.RangeIdentityFallback Modifier and Type Method Description static NumberRangeFormatter.RangeIdentityFallback
NumberRangeFormatter.RangeIdentityFallback. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberRangeFormatter.RangeIdentityFallback[]
NumberRangeFormatter.RangeIdentityFallback. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.number with parameters of type NumberRangeFormatter.RangeIdentityFallback Modifier and Type Method Description (package private) int
NumberRangeFormatterImpl. identity2d(NumberRangeFormatter.RangeIdentityFallback a, NumberRangeFormatter.RangeIdentityResult b)
T
NumberRangeFormatterSettings. identityFallback(NumberRangeFormatter.RangeIdentityFallback identityFallback)
Sets the behavior when the two sides of the range are the same.
-