Home | History | Annotate | Download | only in intltest

Lines Matching refs:SearchIterator

2151 class TestSearch : public SearchIterator
2162 SearchIterator* safeClone() const;
2200 TestSearch::TestSearch(const TestSearch &obj) : SearchIterator(obj)
2208 const UnicodeString &pattern) : SearchIterator()
2237 SearchIterator * TestSearch::safeClone() const
2244 if (SearchIterator::operator !=(that)) {
2290 SearchIterator::operator=(that);
2344 class StubSearchIterator:public SearchIterator{
2349 virtual SearchIterator* safeClone(void) const {return NULL;};
2368 errln("Error: SearchIterator::SetText");
2373 errln("SearchIterator::operator = assigned object should be equal");