| Index: source/common/unicode/locdspnm.h
|
| diff --git a/source/i18n/unicode/locdspnm.h b/source/common/unicode/locdspnm.h
|
| similarity index 96%
|
| rename from source/i18n/unicode/locdspnm.h
|
| rename to source/common/unicode/locdspnm.h
|
| index 74862b6d8a5b203a483f72b9c2fa3f3bbaaa855b..b8c7a0ccae928112a8aff92879250fb123bd8988 100644
|
| --- a/source/i18n/unicode/locdspnm.h
|
| +++ b/source/common/unicode/locdspnm.h
|
| @@ -1,6 +1,8 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| /*
|
| ******************************************************************************
|
| -* Copyright (C) 2010-2014, International Business Machines Corporation and
|
| +* Copyright (C) 2010-2016, International Business Machines Corporation and
|
| * others. All Rights Reserved.
|
| ******************************************************************************
|
| */
|
| @@ -30,7 +32,7 @@ U_NAMESPACE_BEGIN
|
| * values, see Locale.
|
| * @stable ICU 4.4
|
| */
|
| -class U_I18N_API LocaleDisplayNames : public UObject {
|
| +class U_COMMON_API LocaleDisplayNames : public UObject {
|
| public:
|
| /**
|
| * Destructor.
|
|
|