Lines Matching full:code
23 * UCalendar C API is used for converting between a <code>UDate</code> object
24 * and a set of integer fields such as <code>UCAL_YEAR</code>, <code>UCAL_MONTH</code>,
25 * <code>UCAL_DAY</code>, <code>UCAL_HOUR</code>, and so on.
26 * (A <code>UDate</code> object represents a specific instant in
28 * for information about the <code>UDate</code> .)
31 * Types of <code>UCalendar</code> interpret a <code>UDate</code>
37 * function, <code>ucal_open()</code>, which returns a pointer to
38 * <code>UCalendar</code> whose time fields have been initialized
43 * \code
55 * A <code>UCalendar</code> object can produce all the time field values
60 * When computing a <code>UDate</code> from time fields, two special circumstances
62 * <code>UDate</code> (such as only year and month but no day in the month),
81 * \code
95 * \code
128 * <code>Calendar</code> provides an API for field "rolling", where fields
130 * month up in the date <code>December 12, <b>1996</b></code> results in
131 * <code>January 12, <b>1996</b></code>.
134 * <code>Calendar</code> also provides a date arithmetic function for
136 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
137 * results in <code>September 7, 1996</code>.
193 * <code>JANUARY</code>; the last depends on the number of months in a year.
214 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
216 * the value of <code>UCAL_WEEK_OF_YEAR</code> for days before the first week of
227 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
229 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of
241 * day of the month. This is a synonym for <code>DAY_OF_MONTH</code>.
257 * of the week. This field takes values <code>SUNDAY</code>,
258 * <code>MONDAY</code>, <code>TUESDAY</code>, <code>WEDNESDAY</code>,
259 * <code>THURSDAY</code>, <code>FRIDAY</code>, and <code>SATURDAY</code>.
274 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
275 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
276 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
277 * <code>getFirstDayOfWeek()</code> or
278 * <code>getMinimalDaysInFirstWeek()</code>. <code>DAY_OF_MONTH 1</code>
279 * through <code>7</code> always correspond to <code>DAY_OF_WEEK_IN_MONTH
280 * 1</code>; <code>8</code> through <code>15</code> correspond to
281 * <code>DAY_OF_WEEK_IN_MONTH 2</code>, and so on.
282 * <code>DAY_OF_WEEK_IN_MONTH 0</code> indicates the week before
283 * <code>DAY_OF_WEEK_IN_MONTH 1</code>. Negative values count back from the
285 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
288 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap
289 * <code>DAY_OF_WEEK_IN_MONTH 5</code> and the end of <code>4</code>.
298 * whether the <code>HOUR</code> is before or after noon.
299 * E.g., at 10:04:15.250 PM the <code>AM_PM</code> is <code>PM</code>.
309 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour
311 * E.g., at 10:04:15.250 PM the <code>HOUR</code> is 10.
320 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
321 * E.g., at 10:04:15.250 PM the <code>HOUR_OF_DAY</code> is 22.
330 * E.g., at 10:04:15.250 PM the <code>UCAL_MINUTE</code> is 4.
338 * E.g., at 10:04:15.250 PM the <code>UCAL_SECOND</code> is 15.
346 * E.g., at 10:04:15.250 PM the <code>UCAL_MILLISECOND</code> is 250.
368 * <code>UCAL_WEEK_OF_YEAR</code> field. This may be one greater or less
369 * than the value of <code>UCAL_EXTENDED_YEAR</code>.
427 * day of the month. This is a synonym for <code>UCAL_DATE</code>.
494 /** Value of the <code>UCAL_MONTH</code> field indicating the
520 * @param ec input/output error code
536 * @param country the ISO 3166 two-letter country code, or NULL to
539 * @param ec input/output error code
559 * @param ec input/output error code
574 * @param ec input/output error code
588 * @param ec input/output error code
732 * error code is set.
736 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
755 * error code is set.
758 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
1111 * @param status error code for the operation
1120 * @param status error code for the operation
1151 * @param status The error code for the operation.