HomeSort by relevance Sort by last modified time
    Searched refs:historicRules (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
olsontz.cpp 592 historicRules = NULL;
613 if (historicRules != NULL) {
615 if (historicRules[i] != NULL) {
616 delete historicRules[i];
619 uprv_free(historicRules);
691 if (historicRules == NULL) {
693 historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount);
694 if (historicRules == NULL) {
702 historicRules[i] = NULL;
705 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName)
    [all...]
olsontz.h 355 TimeArrayTimeZoneRule **historicRules;

Completed in 63 milliseconds