Home | History | Annotate | Download | only in i18n

Lines Matching full:month

563     {/*N/A*/-1,       /*N/A*/-1,     /*N/A*/-1,       /*N/A*/-1}, // MONTH
595 // fields such as MONTH, HOUR, AM_PM, etc. It is possible to compute the
609 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
631 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
1065 Calendar::set(int32_t year, int32_t month, int32_t date)
1068 set(UCAL_MONTH, month);
1075 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute)
1078 set(UCAL_MONTH, month);
1087 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second)
1090 set(UCAL_MONTH, month);
1266 // These must include, at a minimum, MONTH, DAY_OF_MONTH,
1304 * Compute the Gregorian calendar year, month, and day of month from
1327 * Compute the Gregorian calendar year, month, and day of month from the
1431 // in question (either a year or a month). Zero represents the
1493 // as the hour, the day of the month, and the era.
1533 // Rolling the month involves both pinning the final value
1535 // DAY_OF_MONTH if, after updating the MONTH field, it is illegal.
1536 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1546 // Keep the day of month in range. We don't want to spill over
1547 // into the next month; e.g., we don't want jan31 + 1 mo -> feb31 ->
1573 // thing happens at the end of the month.
1582 // the month. Then we discard the first partial week if it
1589 // the first or the last day of the month. Easy, eh?
1597 // of the month.
1601 // Get the first day of the first full week of the month,
1612 // day of the month.
1617 // Get the limit day for the blocked-off rectangular month; that
1618 // is, the day which is one past the last day of the month,
1619 // after the month has already been filled in with phantom days
1630 // Finally, pin to the real start and end of the month.
1688 // Finally, pin to the real start and end of the month.
1740 // Roll the day of week in the month using millis. Determine
1741 // the first day of the week in the month, and then the last,
1745 // in this month.
1748 // in this month.
2399 fprintf(stderr, "%s:%d: ILLEGAL ARG because DOW in month cannot be 0\n",
2555 // time and call clear(MONTH) to reset the MONTH to January. This
2556 // is legacy behavior. Without this, clear(MONTH) has no effect,
2656 // the calendar to a time and call clear(MONTH) to reset the MONTH
2658 // clear(MONTH) has no effect, since the internally set JULIAN_DAY
2697 // If useMonth is true, get the day before the start of the month.
2699 // give calendar subclass a chance to have a default 'first' month
2700 int32_t month;
2703 month = internalGet(UCAL_MONTH);
2705 month = getDefaultMonthInYear(year);
2708 int32_t julianDay = handleComputeMonthStart(year, useMonth ? month : 0, useMonth);
2717 dayOfMonth = getDefaultDayInMonth(year, month);
2731 // or Gregorian). (or it is before the month we are in, if useMonth is True)
2738 // Get the 0-based localized DOW of day one of the month or year.
2747 // Find the first target DOW (dowLocal) in the month or year.
2748 // Actually, it may be just before the first of the month or year.
2753 // Adjust the target DOW to be in the month or year.
2758 // The only trickiness occurs if the day-of-week-in-month is
2765 // Move date to the last of this day-of-week in this month,
2768 // past the first of the given day-of-week in this month.
2878 Calendar::getDefaultDayInMonth(int32_t /*eyear*/, int32_t /*month*/)
2925 // or Gregorian). (or it is before the month we are in, if useMonth is True)
2932 // Get the 0-based localized DOW of day one of the month or year.
2997 return yearWoy+1; // month 0, late woy = in the next year
3009 //within 1st week and in this month..
3026 int32_t Calendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const
3028 return handleComputeMonthStart(extendedYear, month+1, TRUE) -
3029 handleComputeMonthStart(extendedYear, month, TRUE);
3129 // month.
3137 // first or last localized DOW. We know the last week of a month
3188 // the first day of a month. Unlike WEEK_OF_YEAR, week number for the
3189 // week which contains days from both previous and current month is
3190 // not unique. For example, last several days in the previous month