Searched refs:actualEnd (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1308 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local 1321 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1323 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1326 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1338 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1340 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1343 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
|
D | regextst.cpp | 955 int32_t actualEnd = matcher->end(i, status); in API_Match() local 957 if (actualEnd != matchEnds[i]) { in API_Match() 959 __LINE__, i, matchEnds[i], actualEnd); in API_Match() 2036 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local 2038 if (actualEnd != matchEnds[i]) { in API_Match_UTF8() 2040 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()
|