Home | History | Annotate | Download | only in unicode

Lines Matching full:numbering

745      * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale.
749 * A numbering system override is a string containing either the name of a known numbering system,
750 * or a set of field and numbering system pairs that specify which fields are to be formattied with
751 * the alternate numbering system. For example, to specify that all numeric fields in the specified
752 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
753 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
754 * use the override string "y=hebrew". Numbering system overrides can be combined using a semi-colon
786 * Construct a SimpleDateFormat using the given pattern, numbering system override, and locale.
790 * A numbering system override is a string containing either the name of a known numbering system,
791 * or a set of field and numbering system pairs that specify which fields are to be formattied with
792 * the alternate numbering system. For example, to specify that all numeric fields in the specified
793 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
794 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
795 * use the override string "y=hebrew". Numbering system overrides can be combined using a semi-colon
801 * @param override the numbering system override.
1161 * Get the numbering system to be used for a particular field.
1250 * @param fieldNum Zero-based numbering of current field within the overall format.
1473 * Initialize NumberFormat instances used for numbering system overrides.
1523 * The numbering system override for dates.
1528 * The numbering system override for times.