Home | History | Annotate | Download | only in src

Lines Matching refs:cEnd

413     int cEnd = -1;
416 if (cEnd == -1 && attributes[i].mark) {
417 cEnd = i;
418 } else if (cEnd != -1 && !attributes[i].mark) {
419 positionCluster(item, i, cEnd);
420 cEnd = -1;