Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1310 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local
1319 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
1323 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1326 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1334 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1340 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1343 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
Dregextst.cpp3733 int32_t expectedEnd = (i >= groupEnds.size()? -1 : groupEnds.elementAti(i)); in regex_find() local
3735 if (matcher->end(i, status) != expectedEnd) { in regex_find()
3737 line, i, expectedEnd, matcher->end(i, status)); in regex_find()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp132 const tcu::IVec2 expectedEnd (image.getWidth()-1, image.getWidth()); in verifyResultImage() local
133 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
134 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()