diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/repattrn.cpp')
-rw-r--r-- | Build/source/libs/icu-xetex/i18n/repattrn.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/repattrn.cpp b/Build/source/libs/icu-xetex/i18n/repattrn.cpp index 7899ac3ebfb..bcd11078c45 100644 --- a/Build/source/libs/icu-xetex/i18n/repattrn.cpp +++ b/Build/source/libs/icu-xetex/i18n/repattrn.cpp @@ -3,7 +3,7 @@ // /* *************************************************************************** -* Copyright (C) 2002-2004 International Business Machines Corporation * +* Copyright (C) 2002-2006 International Business Machines Corporation * * and others. All rights reserved. * *************************************************************************** */ @@ -324,6 +324,7 @@ RegexMatcher *RegexPattern::matcher(const UnicodeString &input, return retMatcher; } +#if 0 RegexMatcher *RegexPattern::matcher(const UChar * /*input*/, UErrorCode &status) const { @@ -333,7 +334,7 @@ RegexMatcher *RegexPattern::matcher(const UChar * /*input*/, } return NULL; } - +#endif //--------------------------------------------------------------------- // |