]> granicus.if.org Git - icu/commitdiff
ICU-7964 Added #ifndef U_HIDE_DRAFT_API to the new draft API.
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 27 Feb 2012 15:19:54 +0000 (15:19 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 27 Feb 2012 15:19:54 +0000 (15:19 +0000)
X-SVN-Rev: 31519

icu4c/source/i18n/unicode/ucurr.h

index 97efc6f002845296875e2916b480f0e597401eb7..0d15d44262890665ab2480aa418c24cf072dc31e 100644 (file)
@@ -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 */