]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/regexst.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / i18n / regexst.h
index f48c3268f828fc5df8ea70746afb40d317062bf1..639ca65c5046dc63a34672306dc9890acbffd0c4 100644 (file)
@@ -1,7 +1,7 @@
 //
 //  regexst.h
 //
-//  Copyright (C) 2003, International Business Machines Corporation and others.
+//  Copyright (C) 2003-2008, International Business Machines Corporation and others.
 //  All Rights Reserved.
 //
 //  This file contains declarations for the class RegexStaticSets
@@ -36,22 +36,22 @@ public:
     RegexStaticSets(UErrorCode *status);         
     ~RegexStaticSets();
     static void    initGlobals(UErrorCode *status);
+    static UBool   cleanup();
 
     UnicodeSet    *fPropSets[URX_LAST_SET];     // The sets for common regex items, e.g. \s
     Regex8BitSet   fPropSets8[URX_LAST_SET];    // Fast bitmap sets for latin-1 range for above.
 
-    UnicodeSet    *fRuleSets[10];               // Sets used while parsing regexp patterns.
-    UnicodeSet    *fUnescapeCharSet;            // Set of chars handled by unescape when
-                                                //   encountered with a \ in a pattern.
-    UnicodeSet    *fRuleDigits;
-    UnicodeString *fEmptyString;                // An empty string, to be used when a matcher
-                                                //   is created with no input.
+    UnicodeSet    fRuleSets[10];               // Sets used while parsing regexp patterns.
+    UnicodeSet    fUnescapeCharSet;            // Set of chars handled by unescape when
+                                               //   encountered with a \ in a pattern.
+    UnicodeSet    *fRuleDigitsAlias;
+    UnicodeString fEmptyString;                // An empty string, to be used when a matcher
+                                               //   is created with no input.
 
 };
 
 
-
-
 U_NAMESPACE_END
 #endif   // !UCONFIG_NO_REGULAR_EXPRESSIONS
 #endif   // REGEXST_H
+