Home | History | Annotate | Download | only in util

Lines Matching defs:LIMITS

253      * Old year limits were least max 292269054, max 292278994.
255 private static final int LIMITS[][] = {
287 return LIMITS[field][limitType];
628 * won't behave properly at the extreme limits of GregorianCalendar's
632 * cutover, these limits are Sun Dec 02 16:47:04 GMT 292269055 BC to Sun
678 int lowGood = LIMITS[YEAR][1];
679 int highBad = LIMITS[YEAR][2]+1;