Searched defs:ALL_FIELDS (Results 1 – 3 of 3) sorted by relevance
405 static final int ALL_FIELDS = 131071; // 0x1ffff field in Calendar
2278 assert mask == ALL_FIELDS; in computeFields() local
959 static final int ALL_FIELDS = (1 << FIELD_COUNT) - 1; field in Calendar