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.
1334 if (longPattern->search(0, start, end)) {
1341 if (shortPattern->search(0, start, end)) {
1469 if (pattern->search(0, start, end)) {
1484 // searchTime() A quick and dirty performance test for string search.
1486 // does check that the search succeeds, and gets the right result,
1631 found = bms.search(0, icuMatchPos, icuMatchEnd);
1644 found = bms.search(0, icuMatchPos, icuMatchEnd);
2088 errln("Search for <pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2105 errln("Search for <alt_pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2131 bms->search(0, actualStart, actualEnd);
2134 errln("Boyer-Moore Search for <pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"
2147 abms->search(0, actualStart, actualEnd);
2150 errln("Boyer-Moore Search for <alt_pattern> in <%s> failed: expected [%d, %d], got [%d, %d]\n"