ICU-7457 export ucurrimp.h functions from the common library
X-SVN-Rev: 38205
This commit is contained in:
parent
3c2bc322c2
commit
68b7cc0cd5
@ -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)
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user