mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-7964 Added #ifndef U_HIDE_DRAFT_API to the new draft API.
X-SVN-Rev: 31519
This commit is contained in:
parent
085ea5add7
commit
4ec0b42811
1 changed files with 2 additions and 1 deletions
|
@ -343,7 +343,7 @@ ucurr_getKeywordValuesForLocale(const char* key,
|
|||
UBool commonlyUsed,
|
||||
UErrorCode* status);
|
||||
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* Returns the ISO 4217 numeric code for the currency.
|
||||
* <p>Note: If the ISO 4217 numeric code is not assigned for the currency or
|
||||
|
@ -355,6 +355,7 @@ ucurr_getKeywordValuesForLocale(const char* key,
|
|||
*/
|
||||
U_DRAFT int32_t U_EXPORT2
|
||||
ucurr_getNumericCode(const UChar* currency);
|
||||
#endif /* U_HIDE_DRAFT_API */
|
||||
|
||||
#endif /* #if !UCONFIG_NO_FORMATTING */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue