X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..08b89b0a244153b9f5bbb2f49c55ab0f7298122e:/icuSources/i18n/rbt_set.h diff --git a/icuSources/i18n/rbt_set.h b/icuSources/i18n/rbt_set.h index 3a7c5d21..f92e1300 100644 --- a/icuSources/i18n/rbt_set.h +++ b/icuSources/i18n/rbt_set.h @@ -1,5 +1,7 @@ /* -* 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 +31,7 @@ class UnicodeSet; * A set of rules for a RuleBasedTransliterator. * @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 +151,7 @@ public: * (getTarget=false) or emitted (getTarget=true) by this set. */ UnicodeSet& getSourceTargetSet(UnicodeSet& result, - UBool getTarget) const; + UBool getTarget) const; private: