Home | History | Annotate | Download | only in text

Lines Matching defs:CAL_FIELD_COUNT

2124         private static final int CAL_FIELD_COUNT;
2134 CAL_FIELD_COUNT = cal.getFieldCount();
2135 CAL_FIELDS = new Field[CAL_FIELD_COUNT];
2136 FIELD_NAME_MAP = new HashMap<String, Field>(CAL_FIELD_COUNT);
2320 if (calendarField >= 0 && calendarField < CAL_FIELD_COUNT) {
2338 if (calendarField < 0 || calendarField >= CAL_FIELD_COUNT) {