]> granicus.if.org Git - icu/commitdiff
ICU-7457 export ucurrimp.h functions from the common library
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 27 Jan 2016 17:22:26 +0000 (17:22 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 27 Jan 2016 17:22:26 +0000 (17:22 +0000)
X-SVN-Rev: 38205

icu4c/source/common/ucurr.cpp
icu4c/source/common/ucurrimp.h

index 8c30c503e549a9524215993265626f4b00f75ceb..fce330569adcebf4652fa0ddc6fa1855a569366b 100644 (file)
@@ -1394,7 +1394,7 @@ currency_cache_cleanup(void) {
 }
 
 
-U_CFUNC void
+U_CAPI void
 uprv_parseCurrency(const char* locale,
                    const icu::UnicodeString& text,
                    icu::ParsePosition& pos,
@@ -1549,7 +1549,7 @@ uprv_parseCurrency(const char* locale,
  * 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)
 {
index 8d172042c95c07b87c145e324e3d07f89980a91b..9f5f2e3608f120f406fc84208c9495b2a70b6ec8 100644 (file)
@@ -22,7 +22,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 +46,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,