Home | History | Annotate | Download | only in unicode

Lines Matching refs:getMinimum

541      * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
566 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
881 * @deprecated ICU 2.6. Use getMinimum(UCalendarDateFields field) instead.
883 virtual int32_t getMinimum(EDateFields field) const;
893 virtual int32_t getMinimum(UCalendarDateFields field) const;
917 * getMinimum(). For Gregorian, no difference.
927 * getMinimum(). For Gregorian, no difference.
957 * For the Gregorian calendar, this is the same as getMinimum() and getGreatestMinimum().
961 * accomplish this (in most cases, you can simply return getMinimum()). GregorianCalendar
973 * For the Gregorian calendar, this is the same as getMinimum() and getGreatestMinimum().
977 * accomplish this (in most cases, you can simply return getMinimum()). GregorianCalendar