Home | History | Annotate | Download | only in intltest

Lines Matching defs:ruleCount

659         int32_t ruleCount = tz->countTransitionRules(status);
662 const TimeZoneRule **trsrules = new const TimeZoneRule*[ruleCount];
663 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
671 for (int32_t i = 0; i < ruleCount; i++) {