Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedPos

2350     int32_t expectedPos;         // Expected break position (index into test string)
2362 expectedPos = breakPositions->elementAti(expectedI);
2363 if (pos < expectedPos) {
2368 if (pos > expectedPos) {
2370 testFileName, lineNumber, expectedPos);