//
/*
***************************************************************************
-* Copyright (C) 2002-2011 International Business Machines Corporation *
+* Copyright (C) 2002-2012 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
//--------------------------------------------------------------------------
RegexPattern::RegexPattern() {
UErrorCode status = U_ZERO_ERROR;
- u_init(&status);
// Init all of this instances data.
init();