Home | History | Annotate | Download | only in unicode

Lines Matching full:numbering

20  * \brief C API: UNumberingSystem, information about numbering systems
22 * Defines numbering systems. A numbering system describes the scheme by which
23 * numbers are to be presented to the end user. In its simplest form, a numbering
26 * positional numbering system with a specified radix (typically 10).
27 * More complicated numbering systems are algorithmic in nature, and require use
30 * numbering systems include Roman numerals, Chinese numerals, and Hebrew numerals.
31 * Formatting rules for many commonly used numbering systems are included in
32 * the ICU package, based on the numbering system rules defined in CLDR.
33 * Alternate numbering systems can be specified to a locale by using the
45 * Opens a UNumberingSystem object using the default numbering system for the specified
47 * @param locale The locale for which the default numbering system should be opened.
50 * specifies a numbering system unknown to ICU.
59 * Opens a UNumberingSystem object using the name of one of the predefined numbering
63 * default, native, traditional, finance - do not identify specific numbering systems,
65 * defines how they are mapped to a specific numbering system such as "latn" or "hant".
67 * @param name The name of the numbering system for which a UNumberingSystem object
70 * may be U_UNSUPPORTED_ERROR for a numbering system such as "xyz" that
104 * Returns an enumeration over the names of all of the predefined numbering systems known
139 * numbering systems typically have radix 10, but might have a radix of e.g. 16 for