//
/*
***************************************************************************
-* Copyright (C) 2002-2004 International Business Machines Corporation *
+* Copyright (C) 2002-2006 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
// Lazy init of all shared global sets.
RegexStaticSets::initGlobals(&fDeferredStatus);
-};
+}
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
RegexPattern::~RegexPattern() {
zap();
-};
+}
//--------------------------------------------------------------------------
RegexPattern *RegexPattern::clone() const {
RegexPattern *copy = new RegexPattern(*this);
return copy;
-};
+}
//--------------------------------------------------------------------------
compiler.compile(regex, pe, status);
return This;
-};
+}
//
// compile with default flags.
retMatcher->reset(input);
}
return retMatcher;
-};
+}
+#if 0
RegexMatcher *RegexPattern::matcher(const UChar * /*input*/,
UErrorCode &status) const
{
}
return NULL;
}
-
+#endif
//---------------------------------------------------------------------
//
return NULL;
}
return retMatcher;
-};
+}