Index: source/i18n/unicode/locdspnm.h |
diff --git a/source/i18n/unicode/locdspnm.h b/source/i18n/unicode/locdspnm.h |
index 114b0c7ccab84c5b1c0711585b03a4d40106553a..74862b6d8a5b203a483f72b9c2fa3f3bbaaa855b 100644 |
--- a/source/i18n/unicode/locdspnm.h |
+++ b/source/i18n/unicode/locdspnm.h |
@@ -1,6 +1,6 @@ |
/* |
****************************************************************************** |
-* Copyright (C) 2010-2012, International Business Machines Corporation and |
+* Copyright (C) 2010-2014, International Business Machines Corporation and |
* others. All Rights Reserved. |
****************************************************************************** |
*/ |
@@ -61,7 +61,6 @@ public: |
static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale, |
UDialectHandling dialectHandling); |
-#ifndef U_HIDE_DRAFT_API |
/** |
* Returns an instance of LocaleDisplayNames that returns names formatted |
* for the provided locale, using the provided UDisplayContext settings. |
@@ -71,11 +70,10 @@ public: |
* handling, capitalization, etc. |
* @param length Number of items in the contexts list |
* @return a LocaleDisplayNames instance |
- * @draft ICU 51 |
+ * @stable ICU 51 |
*/ |
static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale, |
UDisplayContext *contexts, int32_t length); |
-#endif /* U_HIDE_DRAFT_API */ |
// getters for state |
/** |
@@ -97,7 +95,7 @@ public: |
* Returns the UDisplayContext value for the specified UDisplayContextType. |
* @param type the UDisplayContextType whose value to return |
* @return the UDisplayContext for the specified type. |
- * @draft ICU 51 |
+ * @stable ICU 51 |
*/ |
virtual UDisplayContext getContext(UDisplayContextType type) const = 0; |