Home
last modified time | relevance | path

Searched refs:otherRBTZ (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DRuleBasedTimeZone.java234 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules() local
237 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java252 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules() local
255 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 …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...