From b3a53f130e21865a3aa3ca30967c8b9a4856ed1e Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Wed, 15 Feb 2017 21:15:58 +0000 Subject: [PATCH] ICU-12763 For C++ API, say return is undefined in the case of an error X-SVN-Rev: 39675 --- icu4c/source/i18n/unicode/plurrule.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/i18n/unicode/plurrule.h b/icu4c/source/i18n/unicode/plurrule.h index d8ab2c52ea..a14f392b7a 100644 --- a/icu4c/source/i18n/unicode/plurrule.h +++ b/icu4c/source/i18n/unicode/plurrule.h @@ -359,8 +359,7 @@ public: * @param status Input/output parameter. If at entry this indicates a * failure status, the method returns immediately; otherwise * this is set to indicate the outcome of the call. - * @return The keyword of the selected rule, or an empty string in the case - * of an error. + * @return The keyword of the selected rule. Undefined in the case of an error. * @internal ICU 59 technology preview, may be removed in the future */ UnicodeString select(const Formattable& obj, const NumberFormat& fmt, UErrorCode& status) const;