Searched refs:expectedStart (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1310 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() 1329 if (expectedStart == -1 && actualStart == -1) { 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() 1346 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
|
D | regextst.cpp | 3719 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find() local 3721 if (matcher->start(i, status) != expectedStart) { in regex_find() 3723 line, i, expectedStart, matcher->start(i, status)); in regex_find()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 1572 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local 1580 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1586 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1591 if (0 == expectedStart && SkPath::kCW_Direction == dir) { in test_rrect()
|