]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/anytrans.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / anytrans.h
index 1212fd3038cad35a08088a3462a983fb0e864c79..703d42b6d4be559f1aa0062f0e593d4519bf2e04 100644 (file)
@@ -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.
 * and others.  All Rights Reserved.
-*****************************************************************
+***********************************************************************
 * Date        Name        Description
 * 06/06/2002  aliu        Creation.
 * Date        Name        Description
 * 06/06/2002  aliu        Creation.
-*****************************************************************
+***********************************************************************
 */
 #ifndef _ANYTRANS_H_
 #define _ANYTRANS_H_
 */
 #ifndef _ANYTRANS_H_
 #define _ANYTRANS_H_
@@ -32,7 +34,7 @@ U_NAMESPACE_BEGIN
  *
  * @author Alan Liu
  */
  *
  * @author Alan Liu
  */
-class U_I18N_API AnyTransliterator : public Transliterator {
+class AnyTransliterator : public Transliterator {
 
     /**
      * Cache mapping UScriptCode values to Transliterator*.
 
     /**
      * Cache mapping UScriptCode values to Transliterator*.
@@ -74,17 +76,13 @@ public:
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.
 
     /**
      * 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.
      */
     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:
 
 
 private:
 
@@ -124,12 +122,6 @@ private:
     static void registerIDs();
 
     friend class Transliterator; // for registerIDs()
     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
 };
 
 U_NAMESPACE_END