X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/i18n/toupptrn.cpp diff --git a/icuSources/i18n/toupptrn.cpp b/icuSources/i18n/toupptrn.cpp index 3d099da2..098dba9a 100644 --- a/icuSources/i18n/toupptrn.cpp +++ b/icuSources/i18n/toupptrn.cpp @@ -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.