]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/search.cpp
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / search.cpp
index c190e94b103631cb41953f29f7611f5d560b93d6..91ece06b73013fb2092d8961ab843e080b8852fb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2001 IBM and others. All rights reserved.
+*   Copyright (C) 2001-2005 IBM and others. All rights reserved.
 **********************************************************************
 *   Date        Name        Description
 *  03/22/2000   helena      Creation.
@@ -315,6 +315,7 @@ SearchIterator::SearchIterator()
     m_search_->matchedLength      = 0;
     m_search_->text               = NULL;
     m_search_->textLength         = 0;
+    m_breakiterator_              = NULL;
 }
 
 SearchIterator::SearchIterator(const UnicodeString &text,