]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/toupptrn.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / toupptrn.cpp
index 3d099da240c26b40dff6ff4e517cc5b4ce26e797..098dba9a3ce4f98977bf04e6ad47267bacb7750c 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-*   Copyright (C) 2001-2004, International Business Machines
+*   Copyright (C) 2001-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -25,8 +27,8 @@ UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UppercaseTransliterator)
 /**
  * Constructs a transliterator.
  */
-UppercaseTransliterator::UppercaseTransliterator(const Locale& theLoc) :
-    CaseMapTransliterator(theLoc, UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper)
+UppercaseTransliterator::UppercaseTransliterator() :
+    CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper)
 {
 }
 
@@ -47,11 +49,11 @@ UppercaseTransliterator::UppercaseTransliterator(const UppercaseTransliterator&
 /**
  * Assignment operator.
  */
-UppercaseTransliterator& UppercaseTransliterator::operator=(
+/*UppercaseTransliterator& UppercaseTransliterator::operator=(
                              const UppercaseTransliterator& o) {
     CaseMapTransliterator::operator=(o);
     return *this;
-}
+}*/
 
 /**
  * Transliterator API.