Home | History | Annotate | Download | only in intltest

Lines Matching defs:ruleCount

657         int32_t ruleCount = tz->countTransitionRules(status);
660 const TimeZoneRule **trsrules = new const TimeZoneRule*[ruleCount];
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
669 for (int32_t i = 0; i < ruleCount; i++) {