Home | History | Annotate | Download | only in i18n

Lines Matching defs:getLeastMaximum

2670 Calendar::getLeastMaximum(EDateFields field) const
2676 Calendar::getLeastMaximum(UCalendarDateFields field) const
2749 // now try each value from getLeastMaximum() to getMaximum() one by one until
3365 } else if(woy>=getLeastMaximum(bestField)) {
3514 } else if(woy >= getLeastMaximum(bestField)) {
3539 (woy >= getLeastMaximum(UCAL_WEEK_OF_YEAR))) {
3619 result = getActualHelper(field, getLeastMaximum(field), getMaximum(field),status);