Lines Matching refs:expectedEnd
2091 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
2092 int32_t expectedStart = -1, expectedEnd = -1;
2101 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd);
2105 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
2108 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
2116 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
2122 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
2125 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
2161 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
2162 int32_t expectedStart = -1, expectedEnd = -1;
2167 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd);
2172 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
2176 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf);
2184 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
2189 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
2193 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf);