ICU-7457 export ucurrimp.h functions from the common library

X-SVN-Rev: 38205
This commit is contained in:
Markus Scherer 2016-01-27 17:22:26 +00:00
parent 3c2bc322c2
commit 68b7cc0cd5
2 changed files with 4 additions and 4 deletions

View 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)
{

View 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,