Home
last modified time | relevance | path

Searched refs:historicRules (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dolsontz.cpp651 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()
753historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()
754 if (historicRules == NULL) { in initTransitionRules()
762 historicRules[i] = NULL; in initTransitionRules()
765historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
[all …]
Dolsontz.h391 TimeArrayTimeZoneRule **historicRules; variable