]> granicus.if.org Git - icu/commitdiff
ICU-9791 Minor doc update for getName() API of numbering system
authorJohn Emmons <emmo@us.ibm.com>
Wed, 5 Mar 2014 18:52:47 +0000 (18:52 +0000)
committerJohn Emmons <emmo@us.ibm.com>
Wed, 5 Mar 2014 18:52:47 +0000 (18:52 +0000)
X-SVN-Rev: 35343

icu4c/source/i18n/unicode/numsys.h

index 1777d9150400e725a7465c6bd6a71668409df54e..deeda2cabcde34dd33042ad71bd8d788ce82e069 100644 (file)
@@ -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;