Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dssearch.cpp2080 int32_t actualStart = -1, actualEnd = -1; in monkeyTestCase() local
2093 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2095 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2098 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2110 usearch_search(uss.getAlias(), 0, &actualStart, &actualEnd, &status); in monkeyTestCase()
2112 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2115 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2150 int32_t actualStart = -1, actualEnd = -1; in bmMonkeyTestCase() local
2160 bms->search(0, actualStart, actualEnd); in bmMonkeyTestCase()
2162 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in bmMonkeyTestCase()
[all …]
Dregextst.cpp819 int32_t actualEnd = matcher->end(i, status); in API_Match() local
821 if (actualEnd != matchEnds[i]) { in API_Match()
823 __LINE__, i, matchEnds[i], actualEnd); in API_Match()
1865 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local
1867 if (actualEnd != matchEnds[i]) { in API_Match_UTF8()
1869 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1309 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()
Dregextst.cpp926 int32_t actualEnd = matcher->end(i, status); in API_Match() local
928 if (actualEnd != matchEnds[i]) { in API_Match()
930 __LINE__, i, matchEnds[i], actualEnd); in API_Match()
2007 int32_t actualEnd = matcher->end(i, status); in API_Match_UTF8() local
2009 if (actualEnd != matchEnds[i]) { in API_Match_UTF8()
2011 __FILE__, __LINE__, i, matchEnds[i], actualEnd); in API_Match_UTF8()