X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..b25be06635768807f8f693286fa73bb2297bb06c:/icuSources/i18n/regexst.h diff --git a/icuSources/i18n/regexst.h b/icuSources/i18n/regexst.h index 639ca65c..07034d44 100644 --- a/icuSources/i18n/regexst.h +++ b/icuSources/i18n/regexst.h @@ -1,7 +1,7 @@ // // regexst.h // -// Copyright (C) 2003-2008, International Business Machines Corporation and others. +// Copyright (C) 2003-2010, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains declarations for the class RegexStaticSets @@ -19,6 +19,7 @@ #define REGEXST_H #include "unicode/utypes.h" +#include "unicode/utext.h" #if !UCONFIG_NO_REGULAR_EXPRESSIONS #include "regeximp.h" @@ -45,7 +46,7 @@ public: 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 + UText *fEmptyText; // An empty string, to be used when a matcher // is created with no input. };