Searched refs:historicRules (Results 1 – 4 of 4) sorted by relevance
657 historicRules = NULL; in clearTransitionRules()678 if (historicRules != NULL) { in deleteTransitionRules()680 if (historicRules[i] != NULL) { in deleteTransitionRules()681 delete historicRules[i]; in deleteTransitionRules()684 uprv_free(historicRules); in deleteTransitionRules()768 if (historicRules == NULL) { in initTransitionRules()770 …historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()771 if (historicRules == NULL) { in initTransitionRules()779 historicRules[i] = NULL; in initTransitionRules()782 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()[all …]
396 TimeArrayTimeZoneRule **historicRules; variable