]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/rbt_set.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / rbt_set.h
index 3a7c5d219b8b1b4bc5b30eb466a2b06409f6f811..b4b46786bf1d51e12d264dcf3c42ef8587b35f98 100644 (file)
@@ -1,5 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
-* Copyright (C) {1999}, International Business Machines Corporation and others. All Rights Reserved.
+**********************************************************************
+* Copyright (C) 1999-2007, International Business Machines Corporation
+* and others. All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
 *   11/17/99    aliu        Creation.
@@ -29,7 +33,7 @@ class UnicodeSet;
  * A set of rules for a <code>RuleBasedTransliterator</code>.
  * @author Alan Liu
  */
-class U_I18N_API TransliterationRuleSet : public UMemory {
+class TransliterationRuleSet : public UMemory {
     /**
      * Vector of rules, in the order added.  This is used while the
      * rule set is getting built.  After that, freeze() reorders and
@@ -149,7 +153,7 @@ public:
      * (getTarget=false) or emitted (getTarget=true) by this set.
      */
     UnicodeSet& getSourceTargetSet(UnicodeSet& result,
-                                  UBool getTarget) const;
+                   UBool getTarget) const;
 
 private: