mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-13596 Clarifying error code type in numfmt.h parse()
This commit is contained in:
parent
4785f55622
commit
3879315738
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue