Home | History | Annotate | Download | only in unicode

Lines Matching full:year

63  * <code>UDate</code> (such as only year and month but no day in the month),
106 * specification of the historial Arabic astronomical calendar requires year,
192 * Field number indicating the year. This is a calendar-specific value.
199 * The first month of the year is
200 * <code>JANUARY</code>; the last depends on the number of months in a year.
220 * week number within the current year. The first week of the year, as
224 * the year.
257 * number within the current year. The first day of the year has value 1.
374 * indicating the extended year corresponding to the
390 * Year of this calendar system, encompassing all supra-year fields. For example,
391 * in Gregorian/Julian calendars, positive Extended Year values indicate years AD,
502 * thirteenth month of the year. Although the Gregorian calendar
665 * A UCalendar may be used to convert a millisecond value to a year,
1007 * @param year The desired year.
1019 int32_t year,
1028 * @param year The desired year.
1043 int32_t year,
1068 * starting with 100 BC and adding +1 to year results in 99 BC (even though this actually reduces
1093 * starting with 100 BC and rolling the year by +1 results in 99 BC.
1095 * Japanese calendar) then rolling the year past either limit of the era will cause the year to wrap around.
1096 * When eras only have a limit at one end, then attempting to roll the year past that limit will result in
1097 * pinning the year at that limit. Note that for most calendars in which era 0 years move forward in time