Uses of Class
com.ibm.icu.number.UnlocalizedNumberFormatter
Packages that use UnlocalizedNumberFormatter
-
Uses of UnlocalizedNumberFormatter in com.ibm.icu.impl.number.range
Fields in com.ibm.icu.impl.number.range declared as UnlocalizedNumberFormatter -
Uses of UnlocalizedNumberFormatter in com.ibm.icu.number
Fields in com.ibm.icu.number declared as UnlocalizedNumberFormatterModifier and TypeFieldDescriptionprivate static final UnlocalizedNumberFormatterNumberFormatter.BASEFields in com.ibm.icu.number with type parameters of type UnlocalizedNumberFormatterModifier and TypeFieldDescriptionprivate static final CacheBase<String, UnlocalizedNumberFormatter, Void> NumberSkeletonImpl.cacheCache for parsed skeleton strings.Methods in com.ibm.icu.number that return UnlocalizedNumberFormatterModifier and TypeMethodDescriptionstatic UnlocalizedNumberFormatterNumberPropertyMapper.create(DecimalFormatProperties properties, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatterNumberPropertyMapper.create(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatterNumberPropertyMapper.create(String pattern, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from a pattern string.static UnlocalizedNumberFormatterCreates a NumberFormatter corresponding to the given skeleton string.(package private) UnlocalizedNumberFormatterstatic UnlocalizedNumberFormatterNumberFormatter.forSkeleton(String skeleton) Call this method at the beginning of a NumberFormatter fluent chain to create an instance based on a given number skeleton string.static UnlocalizedNumberFormatterNumberFormatter.fromDecimalFormat(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Deprecated.ICU 60 This API is ICU internal only.static UnlocalizedNumberFormatterNumberSkeletonImpl.getOrCreate(String skeletonString) Gets the number formatter for the given number skeleton string from the cache, creating it if it does not exist in the cache.static UnlocalizedNumberFormatterNumberFormatter.with()Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not currently known at the call site.LocalizedNumberFormatter.withoutLocale()Disassociate the locale from this formatter.Methods in com.ibm.icu.number with parameters of type UnlocalizedNumberFormatterModifier and TypeMethodDescriptionNumberRangeFormatterSettings.numberFormatterBoth(UnlocalizedNumberFormatter formatter) Sets the NumberFormatter instance to use for the numbers in the range.NumberRangeFormatterSettings.numberFormatterFirst(UnlocalizedNumberFormatter formatterFirst) Sets the NumberFormatter instance to use for the first number in the range.NumberRangeFormatterSettings.numberFormatterSecond(UnlocalizedNumberFormatter formatterSecond) Sets the NumberFormatter instances to use for the second number in the range.