Home | History | Annotate | Download | only in intltest

Lines Matching defs:expectedStart

3710         int32_t  expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i));
3712 if (matcher->start(i, status) != expectedStart) {
3714 line, i, expectedStart, matcher->start(i, status));