Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedPos

1471     int32_t expectedPos;         // Expected break position (index into test string)
1483 expectedPos = breakPositions->elementAti(expectedI);
1484 if (pos < expectedPos) {
1489 if (pos > expectedPos) {
1491 testFileName, lineNumber, expectedPos);