Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedStart

1310   //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
1311 int32_t expectedStart = -1, expectedEnd = -1;
1320 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd);
1324 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
1327 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1330 if (expectedStart == -1 && actualStart == -1) {
1335 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
1341 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
1344 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1347 if (expectedStart == -1 && actualStart == -1) {