Home | History | Annotate | Download | only in intltest

Lines Matching refs:search

312         // Do the search, check the match result against the expected results.
341 // Do the backwards search, check the match result against the expected results.
456 errln("Could not open search object for %s", testCases[t].locale);
650 // Do the search, check the match result against the expected results.
1341 if (longPattern->search(0, start, end)) {
1348 if (shortPattern->search(0, start, end)) {
1476 if (pattern->search(0, start, end)) {
1491 // searchTime() A quick and dirty performance test for string search.
1493 // does check that the search succeeds, and gets the right result,
1638 found = bms.search(0, icuMatchPos, icuMatchEnd);
1651 found = bms.search(0, icuMatchPos, icuMatchEnd);
2105 errln("Search for <pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2122 errln("Search for <alt_pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2148 bms->search(0, actualStart, actualEnd);
2151 errln("Boyer-Moore Search for <pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2165 abms->search(0, actualStart, actualEnd);
2168 errln("Boyer-Moore Search for <alt_pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"