Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1311 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local
1320 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
1324 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1327 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1335 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1341 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1344 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
Dregextst.cpp3724 int32_t expectedEnd = (i >= groupEnds.size()? -1 : groupEnds.elementAti(i)); in regex_find() local
3726 if (matcher->end(i, status) != expectedEnd) { in regex_find()
3728 line, i, expectedEnd, matcher->end(i, status)); in regex_find()