| Index: source/common/ucurrimp.h
|
| diff --git a/source/i18n/ucurrimp.h b/source/common/ucurrimp.h
|
| similarity index 90%
|
| rename from source/i18n/ucurrimp.h
|
| rename to source/common/ucurrimp.h
|
| index 1b1c46125589c08082e5cc2a5927a598fa0cef38..b35d6f47c6258396b4949b4ebb6ae346c0e1f0d7 100644
|
| --- a/source/i18n/ucurrimp.h
|
| +++ b/source/common/ucurrimp.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) 2002-2011, International Business Machines
|
| +* Copyright (c) 2002-2016, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| **********************************************************************
|
| */
|
| @@ -22,7 +24,7 @@
|
| * This is used for backward compatibility with old currency logic in
|
| * DecimalFormat and DecimalFormatSymbols.
|
| */
|
| -U_CFUNC void
|
| +U_CAPI void
|
| uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
|
| icu::UnicodeString& result, UErrorCode& ec);
|
|
|
| @@ -46,7 +48,7 @@ uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
|
| *
|
| * @internal
|
| */
|
| -U_CFUNC void
|
| +U_CAPI void
|
| uprv_parseCurrency(const char* locale,
|
| const icu::UnicodeString& text,
|
| icu::ParsePosition& pos,
|
|
|