Home | History | Annotate | Download | only in i18n

Lines Matching refs:getLeastMaximum

2255 Calendar::getLeastMaximum(EDateFields field) const
2261 Calendar::getLeastMaximum(UCalendarDateFields field) const
2334 // now try each value from getLeastMaximum() to getMaximum() one by one until
2823 } else if(woy>=getLeastMaximum(bestField)) {
2970 } else if(woy >= getLeastMaximum(bestField)) {
2996 (woy >= getLeastMaximum(UCAL_WEEK_OF_YEAR))) {
3082 result = getActualHelper(field, getLeastMaximum(field), getMaximum(field),status);