X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/i18n/rbt_set.h diff --git a/icuSources/i18n/rbt_set.h b/icuSources/i18n/rbt_set.h index 3a7c5d21..b4b46786 100644 --- a/icuSources/i18n/rbt_set.h +++ b/icuSources/i18n/rbt_set.h @@ -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 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 +153,7 @@ public: * (getTarget=false) or emitted (getTarget=true) by this set. */ UnicodeSet& getSourceTargetSet(UnicodeSet& result, - UBool getTarget) const; + UBool getTarget) const; private: