]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/ucurr.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / ucurr.h
index 0d15d44262890665ab2480aa418c24cf072dc31e..27698133e4210613b43f9891624e0ba36e5827d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2002-2012, International Business Machines
+* Copyright (c) 2002-2013, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
@@ -269,7 +269,7 @@ ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
   * 
   * @stable ICU 4.8 
   */ 
-U_DRAFT UBool U_EXPORT2
+U_STABLE UBool U_EXPORT2
 ucurr_isAvailable(const UChar* isoCode, 
              UDate from, 
              UDate to, 
@@ -343,7 +343,6 @@ 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
@@ -351,11 +350,10 @@ ucurr_getKeywordValuesForLocale(const char* key,
  *
  * @param currency null-terminated 3-letter ISO 4217 code
  * @return The ISO 4217 numeric code of the currency
- * @draft ICU 49
+ * @stable ICU 49
  */
-U_DRAFT int32_t U_EXPORT2
+U_STABLE int32_t U_EXPORT2
 ucurr_getNumericCode(const UChar* currency);
-#endif  /* U_HIDE_DRAFT_API */
 
 #endif /* #if !UCONFIG_NO_FORMATTING */