Searched refs:checkFinals (Results 1 – 2 of 2) sorted by relevance
193 BitSet checkFinals = finalRules == null ? null : new BitSet(finalRules.length); in observesDaylightTime() local204 if (checkFinals != null) { in observesDaylightTime()208 checkFinals.set(i); in observesDaylightTime()211 if (checkFinals.cardinality() == finalRules.length) { in observesDaylightTime()
209 BitSet checkFinals = finalRules == null ? null : new BitSet(finalRules.length); in observesDaylightTime() local220 if (checkFinals != null) { in observesDaylightTime()224 checkFinals.set(i); in observesDaylightTime()227 if (checkFinals.cardinality() == finalRules.length) { in observesDaylightTime()