Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: source/i18n/unicode/locdspnm.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/unicode/gender.h ('k') | source/i18n/unicode/measfmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « source/i18n/unicode/gender.h ('k') | source/i18n/unicode/measfmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698