ICU-13596 Clarifying error code type in numfmt.h parse()

This commit is contained in:
Shane Carr 2019-08-13 01:06:43 -07:00 committed by Shane F. Carr
parent 4785f55622
commit 3879315738

View file

@ -641,7 +641,9 @@ public:
* @param result Formattable to be set to the parse result.
* If parse fails, return contents are undefined.
* @param status Output parameter set to a failure error code
* when a failure occurs.
* when a failure occurs. The error code when the
* string fails to parse is U_INVALID_FORMAT_ERROR,
* unless overridden by a subclass.
* @see NumberFormat::isParseIntegerOnly
* @stable ICU 2.0
*/