]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/ufieldpositer.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / ufieldpositer.h
index 836bfdf279d4b231cdee4ae309ccb949bf0f37cb..8cc25260eec98f67a552f4e2c3af86e9eaad1bd6 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *****************************************************************************************
 * Copyright (C) 2015-2016, International Business Machines
@@ -80,12 +82,12 @@ U_DEFINE_LOCAL_OPEN_POINTER(LocalUFieldPositionIteratorPointer, UFieldPositionIt
 
 U_NAMESPACE_END
 
-#endif
+#endif // U_SHOW_CPLUSPLUS_API
 
 /**
  * Get information for the next field in the formatted string to which this
- * UFieldPositionIterator currently applies, or return FALSE if there are
- * no more fields.
+ * UFieldPositionIterator currently applies, or return a negative value if there
+ * are no more fields.
  * @param fpositer
  *          A pointer to the UFieldPositionIterator object containing iteration
  *          state for the format fields.