Searched refs:actualEnd (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1318 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local 1331 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1333 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1336 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1348 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1350 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1353 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
|
D | regextst.cpp | 927 int32_t actualEnd = matcher->end(i, status); in API_Match() local 929 if (actualEnd != matchEnds[i]) { in API_Match() 931 __LINE__, i, matchEnds[i], actualEnd); in API_Match() 2008 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local 2010 if (actualEnd != matchEnds[i]) { in API_Match_UTF8() 2012 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()
|