Home | History | Annotate | Download | only in unicode

Lines Matching refs:number

73  * y        year                    (Number)            1996
74 * Y year (week of year) (Number) 1997
75 * u extended year (Number) 4601
77 * Q Quarter (Text & Number) Q2 & 02
78 * M month in year (Text & Number) July & 07
79 * d day in month (Number) 10
80 * h hour in am/pm (1~12) (Number) 12
81 * H hour in day (0~23) (Number) 0
82 * m minute in hour (Number) 30
83 * s second in minute (Number) 55
84 * S fractional second (Number) 978
87 * e day of week (local 1~7) (Text & Number) Tues & 2
88 * D day in year (Number) 189
89 * F day of week in month (Number) 2 (2nd Wed in July)
90 * w week in year (Number) 27
91 * W week in month (Number) 2
93 * k hour in day (1~24) (Number) 24
94 * K hour in am/pm (0~11) (Number) 0
97 * Z time zone (RFC 822) (Number) -0800
98 * ZZZZ time zone (RFC 822) (Text & Number) GMT-08:00
99 * ZZZZZ time zone (ISO 8601) (Text & Number) -08:00 & Z
104 * g Julian day (Number) 2451334
105 * A milliseconds in day (Number) 69540000
106 * q stand alone quarter (Text & Number) Q2 & 02
107 * L stand alone month (Text & Number) July & 07
108 * c stand alone day of week (Text & Number) Tuesday & 2
118 * (Number): the minimum number of digits. Shorter numbers are zero-padded to
124 * (Text & Number): 3 or over, use text, otherwise use number. (e.g., "M" produces "1",
128 * Number otherwise.
199 * interpreted literally, regardless of the number of digits. So using the
220 * There is one common number format to handle all the numbers; the digit count
576 * the number of such cycles since the start date of the calendar (in the
614 * the number of such cycles since the start date of the calendar (in the
904 * @param count Number of characters in the current pattern symbol (e.g.,
926 * having a number of digits between "minDigits" and
931 * Formatted number is appended to existing contents.
933 * @param minDigits Minimum number of digits the result should have
934 * @param maxDigits Maximum number of digits the result should have
1004 * @return the new start position if matching succeeded; a negative number
1020 * @return the new start position if matching succeeded; a negative number
1057 * @return the new start position if matching succeeded; a negative number
1065 Formattable& number,
1071 Formattable& number,
1143 * Parse the given override string and set up structures for number formats
1153 * Map index into pattern character string to DateFormat field number