Uses of Class
com.ibm.icu.text.NumberingSystem
Packages that use NumberingSystem
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
Uses of NumberingSystem in com.ibm.icu.number
Methods in com.ibm.icu.number with parameters of type NumberingSystemModifier and TypeMethodDescriptionNumberFormatterSettings.symbols
(NumberingSystem ns) Specifies that the given numbering system should be used when fetching symbols. -
Uses of NumberingSystem in com.ibm.icu.text
Fields in com.ibm.icu.text declared as NumberingSystemModifier and TypeFieldDescriptionstatic final NumberingSystem
NumberingSystem.LATIN
For convenience, an instance representing the latn numbering system, which corresponds to digits in the ASCII range '0' through '9'.Methods in com.ibm.icu.text that return NumberingSystemModifier and TypeMethodDescriptionstatic NumberingSystem
NumberingSystem.getInstance()
Returns the default numbering system for the defaultFORMAT
locale.static NumberingSystem
NumberingSystem.getInstance
(int radix_in, boolean isAlgorithmic_in, String desc_in) Factory method for creating a numbering system.static NumberingSystem
NumberingSystem.getInstance
(ULocale locale) Returns the default numbering system for the specified ULocale.static NumberingSystem
NumberingSystem.getInstance
(Locale inLocale) Returns the default numbering system for the specified locale.static NumberingSystem
NumberingSystem.getInstanceByName
(String name) Returns a numbering system from one of the predefined numbering systems known to ICU.Methods in com.ibm.icu.text with parameters of type NumberingSystemModifier and TypeMethodDescriptionstatic DecimalFormatSymbols
DecimalFormatSymbols.forNumberingSystem
(ULocale locale, NumberingSystem ns) Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem
.static DecimalFormatSymbols
DecimalFormatSymbols.forNumberingSystem
(Locale locale, NumberingSystem ns) Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem
.