Home | History | Annotate | Download | only in unicode

Lines Matching refs:month

100  *     cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl;
122 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl;
235 * @param month The value used to set the MONTH time field in the calendar. Month
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
249 * @param month The value used to set the MONTH time field in the calendar. Month
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
265 * @param month The value used to set the MONTH time field in the calendar. Month
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
410 * for some years the actual maximum for MONTH is 12, and for others 13.
421 * for some years the actual maximum for MONTH is 12, and for others 13.
497 * given month in the given extended year. Subclasses should override
500 * @param month the zero-based month, or 0 if useMonth is false
503 * the given month
505 * day of the given month and year
508 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
513 * handleGetMonthLength() to obtain the calendar-specific month
522 * Return the number of days in the given month of the given extended
528 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
540 * return the length of the given month.
541 * @param month the given month.
542 * @return the length of the given month.
545 virtual int32_t monthLength(int32_t month) const;
548 * return the length of the month according to the given year.
549 * @param month the given month.
551 * @return the length of the month
554 virtual int32_t monthLength(int32_t month, int32_t year) const;
572 * After adjustments such as add(MONTH), add(YEAR), we don't want the
573 * month to jump around. E.g., we don't want Jan 31 + 1 month to go to Mar
575 * problem call this method to retain the proper month.
639 * <li>MONTH