]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/unumsys.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / unumsys.h
index 0ae8e47a2af8886bb9b1cd6c47d7aef447ac8112..1631c234fd279529f688edde3c43ee2ed0bf16a2 100644 (file)
@@ -100,11 +100,12 @@ U_NAMESPACE_BEGIN
 U_DEFINE_LOCAL_OPEN_POINTER(LocalUNumberingSystemPointer, UNumberingSystem, unumsys_close);
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
+#endif
 
 /**
  * Returns an enumeration over the names of all of the predefined numbering systems known
  * to ICU.
+ * The numbering system names will be in alphabetical (invariant) order.
  * @param status    A pointer to a UErrorCode to receive any errors.
  * @return          A pointer to a UEnumeration that must be closed with uenum_close(),
  *                  or NULL if an error occurred.