Lines Matching refs:StringSearch

254 UBool StringSearchTest::assertEqualWithStringSearch(StringSearch *strsrch,
363 StringSearch *strsrch, *strsrch2;
384 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
402 infoln("failure with StringSearch.clone()");
420 StringSearch *strsrch;
444 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
473 StringSearch *strsrch;
496 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
519 StringSearch *result;
527 result = new StringSearch(pattern, text, NULL, NULL, status);
535 result = new StringSearch(pattern, chariter, NULL, NULL, status);
543 result = new StringSearch(pattern, text, NULL, NULL, status);
551 result = new StringSearch(pattern, chariter, NULL, NULL, status);
560 result = new StringSearch(pattern, text, NULL, NULL, status);
568 result = new StringSearch(pattern, chariter, NULL, NULL, status);
576 result = new StringSearch(pattern, text, NULL, NULL, status);
584 result = new StringSearch(pattern, chariter, NULL, NULL, status);
591 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
598 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
605 result = new StringSearch(pattern, text, Locale::getEnglish(), NULL, status);
612 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status);
619 result = new StringSearch(pattern, text, m_en_us_, breakiter, status);
626 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
639 StringSearch *result;
648 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
652 StringSearch *copy = new StringSearch(*result);
662 errln("Error copying StringSearch");
666 copy = (StringSearch *)result->safeClone();
675 errln("Error copying StringSearch");
683 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
699 errln("Error copying StringSearch");
776 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
807 StringSearch *strsrch;
818 strsrch = new StringSearch(pattern, text, collator, breaker, status);
910 StringSearch *strsrch = new StringSearch(pattern, text,
953 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1029 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1123 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1188 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1265 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1334 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1397 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1457 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1515 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
1555 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
1585 StringSearch *strsrch = NULL;
1596 strsrch = new StringSearch(pattern, text, coll, getBreakIterator(search->breaker), status);
1674 StringSearch *strsrch = new StringSearch(pattern, text, collator,
1777 StringSearch *strsrch = new StringSearch(pattern, text, collator,
1818 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1884 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1947 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2013 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2120 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
2147 char id = *((char *)StringSearch::getStaticClassID());
2149 errln("Static class id for StringSearch should be 0");
2154 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2158 errln("Dynamic class id for StringSearch should be 0");