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

Unified Diff: source/i18n/unicode/numsys.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/numfmt.h ('k') | source/i18n/unicode/plurfmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/numsys.h
diff --git a/source/i18n/unicode/numsys.h b/source/i18n/unicode/numsys.h
index 1777d9150400e725a7465c6bd6a71668409df54e..deeda2cabcde34dd33042ad71bd8d788ce82e069 100644
--- a/source/i18n/unicode/numsys.h
+++ b/source/i18n/unicode/numsys.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2010-2013, International Business Machines Corporation and
+* Copyright (C) 2010-2014, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*
@@ -135,6 +135,9 @@ public:
/**
* Returns the name of this numbering system if it was created using one of the predefined names
* known to ICU. Otherwise, returns NULL.
+ * The predefined names are identical to the numbering system names as defined by
+ * the BCP47 definition in Unicode CLDR.
+ * See also, http://www.unicode.org/repos/cldr/tags/latest/common/bcp47/number.xml
* @stable ICU 4.6
*/
const char * getName() const;
« no previous file with comments | « source/i18n/unicode/numfmt.h ('k') | source/i18n/unicode/plurfmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698