Searched refs:historicRules (Results 1 – 2 of 2) sorted by relevance
651 historicRules = NULL; in clearTransitionRules()672 if (historicRules != NULL) { in deleteTransitionRules()674 if (historicRules[i] != NULL) { in deleteTransitionRules()675 delete historicRules[i]; in deleteTransitionRules()678 uprv_free(historicRules); in deleteTransitionRules()751 if (historicRules == NULL) { in initTransitionRules()753 …historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()754 if (historicRules == NULL) { in initTransitionRules()762 historicRules[i] = NULL; in initTransitionRules()765 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()[all …]
391 TimeArrayTimeZoneRule **historicRules; variable