Home
last modified time | relevance | path

Searched refs:actualEnd (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dssearch.cpp2090 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local
2103 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2105 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2108 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2120 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2122 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2125 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2160 int32_t actualStart = -1, actualEnd = -1; in bmMonkeyTestCase() local
2170 bms->search(0, actualStart, actualEnd); in bmMonkeyTestCase()
2172 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in bmMonkeyTestCase()
[all …]
Dregextst.cpp915 int32_t actualEnd = matcher->end(i, status); in API_Match() local
917 if (actualEnd != matchEnds[i]) { in API_Match()
919 __LINE__, i, matchEnds[i], actualEnd); in API_Match()
1996 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local
1998 if (actualEnd != matchEnds[i]) { in API_Match_UTF8()
2000 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()