Home | History | Annotate | Download | only in i18n

Lines Matching refs:getMinimum

659         if (date < getMinimum(UCAL_DATE) ||
687 return value >= getMinimum(field) && value <= getMaximum(field);
1046 * For the Gregorian calendar, this is the same as getMinimum() and getGreatestMinimum().
1053 return getMinimum((UCalendarDateFields)field);
1058 return getMinimum((UCalendarDateFields)field);
1063 * For the Gregorian calendar, this is the same as getMinimum() and getGreatestMinimum().
1070 return getMinimum(field);