Lines Matching full:system
25 * Size of a numbering system name.
45 * Defines numbering systems. A numbering system describes the scheme by which
47 * system describes the set of digit characters that are to be used to display
49 * positional numbering system with a specified radix (typically 10).
55 * the ICU package, based on the numbering system rules defined in CLDR.
83 * Create the default numbering system associated with the specified locale.
91 * Create the default numbering system associated with the default locale.
97 * Create a numbering system using the specified radix, type, and description.
98 * @param radix The radix (base) for this numbering system.
99 * @param isAlgorithmic TRUE if the numbering system is algorithmic rather than numeric.
100 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
101 * ruleset to be used in an algorithmic system.
115 * Create a numbering system from one of the predefined numbering systems specified
121 * defines how they are mapped to a specific numbering system such as "latn" or "hant".
122 * @param name The name of the numbering system.
130 * Returns the radix of this numbering system. Simple positional numbering systems
138 * Returns the name of this numbering system if it was created using one of the predefined names
140 * The predefined names are identical to the numbering system names as defined by
148 * Returns the description string of this numbering system. For simple
162 * Returns TRUE if the given numbering system is algorithmic
164 * @return TRUE if the numbering system is algorithmic.