Searched defs:expectedStart (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp2081 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
2082 int32_t expectedStart = -1, expectedEnd = -1; local
2091 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd);
2095 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
2098 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
2101 if (expectedStart == -1 && actualStart == -1) {
2106 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
2112 if (expectedStart >= 0 && (actualStart != expectedStart || actualEn
2152 int32_t expectedStart = -1, expectedEnd = -1; local
[all...]
H A Dregextst.cpp3467 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); local
3469 if (matcher->start(i, status) != expectedStart) {
3471 line, i, expectedStart, matcher->start(i, status));
/external/icu4c/test/intltest/
H A Dssearch.cpp1312 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
1313 int32_t expectedStart = -1, expectedEnd = -1; local
1322 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd);
1326 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) {
1329 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1332 if (expectedStart == -1 && actualStart == -1) {
1337 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
1343 if (expectedStart >= 0 && (actualStart != expectedStart || actualEn
[all...]
H A Dregextst.cpp3617 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); local
3619 if (matcher->start(i, status) != expectedStart) {
3621 line, i, expectedStart, matcher->start(i, status));

Completed in 631 milliseconds