Home | History | Annotate | Download | only in impl

Lines Matching defs:historicRules

968         if (historicRules != null) {
983 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx + 1])];
984 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx])];
1019 if (historicRules != null) {
1035 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx])];
1036 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx-1])];
1058 if (historicRules != null) {
1059 // historicRules may contain null entries when original zoneinfo data
1061 for (int i = 0; i < historicRules.length; i++) {
1062 if (historicRules[i] != null) {
1079 if (historicRules != null) {
1080 for (int i = 0; i < historicRules.length; i++) {
1081 if (historicRules[i] != null) {
1082 rules[idx++] = historicRules[i];
1106 private transient TimeArrayTimeZoneRule[] historicRules;
1119 historicRules = null;
1168 if (historicRules == null) {
1169 historicRules = new TimeArrayTimeZoneRule[typeCount];
1171 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
1179 initialRule, historicRules[typeIdx]);
1210 prevRule = historicRules[getInt(typeMapData[transitionCount - 1])];