Home | History | Annotate | Download | only in i18n

Lines Matching defs:ruleCount

298     int32_t ruleCount;
311 ruleCount = countTransitionRules(status);
315 orgRules = new UVector(ruleCount, status);
319 orgtrs = (const TimeZoneRule**)uprv_malloc(sizeof(TimeZoneRule*)*ruleCount);
324 getTimeZoneRules(orgini, orgtrs, ruleCount, status);
328 for (i = 0; i < ruleCount; i++) {
345 done = (UBool*)uprv_malloc(sizeof(UBool)*ruleCount);
361 for (i = 0; i < ruleCount; i++) {
384 for (i = 0; i < ruleCount; i++) {
390 if (i >= ruleCount) {