• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/test/intltest/

Lines Matching refs:StringSearch

254 UBool StringSearchTest::assertEqualWithStringSearch(StringSearch *strsrch,
466 StringSearch *strsrch, *strsrch2;
487 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
505 infoln("failure with StringSearch.clone()");
523 StringSearch *strsrch;
547 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
576 StringSearch *strsrch;
599 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
622 StringSearch *result;
630 result = new StringSearch(pattern, text, NULL, NULL, status);
638 result = new StringSearch(pattern, chariter, NULL, NULL, status);
646 result = new StringSearch(pattern, text, NULL, NULL, status);
654 result = new StringSearch(pattern, chariter, NULL, NULL, status);
663 result = new StringSearch(pattern, text, NULL, NULL, status);
671 result = new StringSearch(pattern, chariter, NULL, NULL, status);
679 result = new StringSearch(pattern, text, NULL, NULL, status);
687 result = new StringSearch(pattern, chariter, NULL, NULL, status);
694 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
701 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
708 result = new StringSearch(pattern, text, Locale::getEnglish(), NULL, status);
715 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status);
722 result = new StringSearch(pattern, text, m_en_us_, breakiter, status);
729 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
742 StringSearch *result;
751 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
755 StringSearch *copy = new StringSearch(*result);
765 errln("Error copying StringSearch");
769 copy = (StringSearch *)result->safeClone();
778 errln("Error copying StringSearch");
786 result = new StringSearch(pattern, text, m_en_us_, NULL, status);
802 errln("Error copying StringSearch");
879 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
910 StringSearch *strsrch;
921 strsrch = new StringSearch(pattern, text, collator, breaker, status);
1013 StringSearch *strsrch = new StringSearch(pattern, text,
1056 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1122 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1216 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1281 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1358 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1427 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1490 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1550 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
1608 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
1648 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
1678 StringSearch *strsrch = NULL;
1689 strsrch = new StringSearch(pattern, text, coll, getBreakIterator(search->breaker), status);
1767 StringSearch *strsrch = new StringSearch(pattern, text, collator,
1870 StringSearch *strsrch = new StringSearch(pattern, text, collator,
1911 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_,
1977 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2040 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2106 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2213 StringSearch *strsrch = new StringSearch(pattern, text, collator, NULL,
2240 char id = *((char *)StringSearch::getStaticClassID());
2242 errln("Static class id for StringSearch should be 0");
2247 StringSearch *strsrch = new StringSearch(pattern, text, m_en_us_, NULL,
2251 errln("Dynamic class id for StringSearch should be 0");