Home
last modified time | relevance | path

Searched refs:expectedStart (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dssearch.cpp2092 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local
2101 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
2105 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2108 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2111 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2116 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
2122 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2125 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2128 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2162 int32_t expectedStart = -1, expectedEnd = -1; in bmMonkeyTestCase() local
[all …]
Dregextst.cpp3608 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find() local
3610 if (matcher->start(i, status) != expectedStart) { in regex_find()
3612 line, i, expectedStart, matcher->start(i, status)); in regex_find()