]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unifilt.cpp
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / common / unifilt.cpp
index 88727e2c46979b46043e4e7b487e3d004e2c9cfb..69ac3070c79ac4676c0f44a2f04a4df0fc484717 100644 (file)
@@ -1,5 +1,7 @@
 /*
-* Copyright (C) 2001, International Business Machines Corporation and others. All Rights Reserved.
+**********************************************************************
+* Copyright (c) 2001-2004, International Business Machines
+* Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
 *   07/18/01    aliu        Creation.
 #include "unicode/rep.h"
 
 U_NAMESPACE_BEGIN
+UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFilter)
+
 
-const char UnicodeFilter::fgClassID=0;
+/* Define this here due to the lack of another file.
+   It can't be defined in the header */
+UnicodeMatcher::~UnicodeMatcher() {}
+
+UnicodeFilter::~UnicodeFilter() {}
 
 /**
  * UnicodeFunctor API.  Cast 'this' to a UnicodeMatcher* pointer
@@ -21,6 +29,8 @@ UnicodeMatcher* UnicodeFilter::toMatcher() const {
     return (UnicodeMatcher*) this;
 }
 
+void UnicodeFilter::setData(const TransliterationRuleData*) {}
+
 /**
  * Default implementation of UnicodeMatcher::matches() for Unicode
  * filters.  Matches a single code point at offset (either one or