Home | History | Annotate | Download | only in text

Lines Matching defs:CAL_FIELD_COUNT

1670         private static final int CAL_FIELD_COUNT;
1680 CAL_FIELD_COUNT = cal.getFieldCount();
1681 CAL_FIELDS = new Field[CAL_FIELD_COUNT];
1682 FIELD_NAME_MAP = new HashMap<String, Field>(CAL_FIELD_COUNT);
1866 if (calendarField >= 0 && calendarField < CAL_FIELD_COUNT) {
1886 if (calendarField < 0 || calendarField >= CAL_FIELD_COUNT) {