X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/i18n/search.cpp diff --git a/icuSources/i18n/search.cpp b/icuSources/i18n/search.cpp index c190e94b..91ece06b 100644 --- a/icuSources/i18n/search.cpp +++ b/icuSources/i18n/search.cpp @@ -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,