Searched refs:actualEnd (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1309 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local 1322 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1324 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1327 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1339 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase() 1341 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1344 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
|
D | regextst.cpp | 953 int32_t actualEnd = matcher->end(i, status); in API_Match() local 955 if (actualEnd != matchEnds[i]) { in API_Match() 957 __LINE__, i, matchEnds[i], actualEnd); in API_Match() 2034 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local 2036 if (actualEnd != matchEnds[i]) { in API_Match_UTF8() 2038 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()
|