Searched refs:historicRules (Results 1 – 6 of 6) sorted by relevance
30 private List<TimeZoneRule> historicRules; field in RuleBasedTimeZone81 if (historicRules == null) { in addTransitionRule()82 historicRules = new ArrayList<TimeZoneRule>(); in addTransitionRule()84 historicRules.add(rule); in addTransitionRule()279 if (historicRules != null && otherRBTZ.historicRules != null) { in hasSameRules()280 if (historicRules.size() != otherRBTZ.historicRules.size()) { in hasSameRules()283 for (TimeZoneRule rule : historicRules) { in hasSameRules()285 for (TimeZoneRule orule : otherRBTZ.historicRules) { in hasSameRules()295 } else if (historicRules != null || otherRBTZ.historicRules != null) { in hasSameRules()311 if (historicRules != null) { in getTimeZoneRules()[all …]
31 private List<TimeZoneRule> historicRules; field in RuleBasedTimeZone78 if (historicRules == null) { in addTransitionRule()79 historicRules = new ArrayList<TimeZoneRule>(); in addTransitionRule()81 historicRules.add(rule); in addTransitionRule()261 if (historicRules != null && otherRBTZ.historicRules != null) { in hasSameRules()262 if (historicRules.size() != otherRBTZ.historicRules.size()) { in hasSameRules()265 for (TimeZoneRule rule : historicRules) { in hasSameRules()267 for (TimeZoneRule orule : otherRBTZ.historicRules) { in hasSameRules()277 } else if (historicRules != null || otherRBTZ.historicRules != null) { in hasSameRules()291 if (historicRules != null) { in getTimeZoneRules()[all …]
659 historicRules = NULL; in clearTransitionRules()680 if (historicRules != NULL) { in deleteTransitionRules()682 if (historicRules[i] != NULL) { in deleteTransitionRules()683 delete historicRules[i]; in deleteTransitionRules()686 uprv_free(historicRules); in deleteTransitionRules()770 if (historicRules == NULL) { in initTransitionRules()772 …historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()773 if (historicRules == NULL) { in initTransitionRules()781 historicRules[i] = NULL; in initTransitionRules()784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()[all …]
398 TimeArrayTimeZoneRule **historicRules; variable
966 if (historicRules != null) { in getNextTransition()981 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx + 1])]; in getNextTransition()982 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx])]; in getNextTransition()1017 if (historicRules != null) { in getPreviousTransition()1033 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx])]; in getPreviousTransition()1034 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx-1])]; in getPreviousTransition()1056 if (historicRules != null) { in getTimeZoneRules()1059 for (int i = 0; i < historicRules.length; i++) { in getTimeZoneRules()1060 if (historicRules[i] != null) { in getTimeZoneRules()1077 if (historicRules != null) { in getTimeZoneRules()[all …]
968 if (historicRules != null) { in getNextTransition()983 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx + 1])]; in getNextTransition()984 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx])]; in getNextTransition()1019 if (historicRules != null) { in getPreviousTransition()1035 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx])]; in getPreviousTransition()1036 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx-1])]; in getPreviousTransition()1058 if (historicRules != null) { in getTimeZoneRules()1061 for (int i = 0; i < historicRules.length; i++) { in getTimeZoneRules()1062 if (historicRules[i] != null) { in getTimeZoneRules()1079 if (historicRules != null) { in getTimeZoneRules()[all …]