Searched refs:historicCount (Results 1 – 1 of 1) sorted by relevance
169 int32_t historicCount = fHistoricRules->size(); in complete() local170 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount); in complete()175 for (i = 0; i < historicCount; i++) { in complete()189 for (i = 0; i < historicCount; i++) { in complete()215 for (int32_t j = 0; j < historicCount; j++) { in complete()587 int32_t historicCount = fHistoricRules->size(); in getTimeZoneRules() local589 while (cnt < trscount && idx < historicCount) { in getTimeZoneRules()