Searched refs:otherRBTZ (Results 1 – 3 of 3) sorted by relevance
234 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules() local237 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) { in hasSameRules()242 if (finalRules != null && otherRBTZ.finalRules != null) { in hasSameRules()244 if (finalRules[i] == null && otherRBTZ.finalRules[i] == null) { in hasSameRules()247 if (finalRules[i] != null && otherRBTZ.finalRules[i] != null in hasSameRules()248 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) { in hasSameRules()254 } else if (finalRules != null || otherRBTZ.finalRules != null) { in hasSameRules()259 if (historicRules != null && otherRBTZ.historicRules != null) { in hasSameRules()260 if (historicRules.size() != otherRBTZ.historicRules.size()) { in hasSameRules()265 for (TimeZoneRule orule : otherRBTZ.historicRules) { in hasSameRules()[all …]
252 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules() local255 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) { in hasSameRules()260 if (finalRules != null && otherRBTZ.finalRules != null) { in hasSameRules()262 if (finalRules[i] == null && otherRBTZ.finalRules[i] == null) { in hasSameRules()265 if (finalRules[i] != null && otherRBTZ.finalRules[i] != null in hasSameRules()266 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) { in hasSameRules()272 } else if (finalRules != null || otherRBTZ.finalRules != null) { in hasSameRules()277 if (historicRules != null && otherRBTZ.historicRules != null) { in hasSameRules()278 if (historicRules.size() != otherRBTZ.historicRules.size()) { in hasSameRules()283 for (TimeZoneRule orule : otherRBTZ.historicRules) { in hasSameRules()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...