X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..c5116b9f5a666b9d59f443b3770acd6ef64dc6c3:/icuSources/i18n/anytrans.h?ds=inline diff --git a/icuSources/i18n/anytrans.h b/icuSources/i18n/anytrans.h index 1212fd30..703d42b6 100644 --- a/icuSources/i18n/anytrans.h +++ b/icuSources/i18n/anytrans.h @@ -1,11 +1,13 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* -***************************************************************** -* Copyright (c) 2002-2004, International Business Machines Corporation +*********************************************************************** +* Copyright (c) 2002-2007, International Business Machines Corporation * and others. All Rights Reserved. -***************************************************************** +*********************************************************************** * Date Name Description * 06/06/2002 aliu Creation. -***************************************************************** +*********************************************************************** */ #ifndef _ANYTRANS_H_ #define _ANYTRANS_H_ @@ -32,7 +34,7 @@ U_NAMESPACE_BEGIN * * @author Alan Liu */ -class U_I18N_API AnyTransliterator : public Transliterator { +class AnyTransliterator : public Transliterator { /** * Cache mapping UScriptCode values to Transliterator*. @@ -74,17 +76,13 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @draft ICU 2.2 */ virtual UClassID getDynamicClassID() const; /** * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @draft ICU 2.2 */ - static UClassID U_EXPORT2 getStaticClassID(); + U_I18N_API static UClassID U_EXPORT2 getStaticClassID(); private: @@ -124,12 +122,6 @@ private: static void registerIDs(); friend class Transliterator; // for registerIDs() - - /** - * Return the script code for a given name, or - * USCRIPT_INVALID_CODE if not found. - */ - static UScriptCode scriptNameToCode(const UnicodeString& name); }; U_NAMESPACE_END