Lines Matching refs:cnt
1026 int32_t cnt = 0;
1027 if (historicRules != NULL && trscount > cnt) {
1032 trsrules[cnt++] = historicRules[i];
1033 if (cnt >= trscount) {
1039 if (finalZoneWithStartYear != NULL && trscount > cnt) {
1041 int32_t tmpcnt = trscount - cnt;
1042 finalZoneWithStartYear->getTimeZoneRules(tmpini, &trsrules[cnt], tmpcnt, status);
1046 cnt += tmpcnt;
1049 trscount = cnt;