From d271d3f269fc06059ddbcb7681567eed7acf35ea Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 27 Feb 2024 16:28:26 -0800 Subject: [PATCH] ICU-21952 fix draft version of withoutLocale to ICU 75 --- icu4c/source/i18n/unicode/numberformatter.h | 4 ++-- icu4c/source/i18n/unicode/numberrangeformatter.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index 82297d9cf67..b0566c2d92b 100644 --- a/icu4c/source/i18n/unicode/numberformatter.h +++ b/icu4c/source/i18n/unicode/numberformatter.h @@ -2616,7 +2616,7 @@ class U_I18N_API LocalizedNumberFormatter * Disassociate the locale from this formatter. * * @return The fluent chain. - * @draft ICU 74 + * @draft ICU 75 */ UnlocalizedNumberFormatter withoutLocale() const &; @@ -2625,7 +2625,7 @@ class U_I18N_API LocalizedNumberFormatter * * @return The fluent chain. * @see #withoutLocale - * @draft ICU 74 + * @draft ICU 75 */ UnlocalizedNumberFormatter withoutLocale() &&; #endif // U_HIDE_DRAFT_API diff --git a/icu4c/source/i18n/unicode/numberrangeformatter.h b/icu4c/source/i18n/unicode/numberrangeformatter.h index a255eb4a73a..b8bbc1ba072 100644 --- a/icu4c/source/i18n/unicode/numberrangeformatter.h +++ b/icu4c/source/i18n/unicode/numberrangeformatter.h @@ -508,7 +508,7 @@ class U_I18N_API LocalizedNumberRangeFormatter * Disassociate the locale from this formatter. * * @return The fluent chain. - * @draft ICU 74 + * @draft ICU 75 */ UnlocalizedNumberRangeFormatter withoutLocale() const &; @@ -517,7 +517,7 @@ class U_I18N_API LocalizedNumberRangeFormatter * * @return The fluent chain. * @see #withoutLocale - * @draft ICU 74 + * @draft ICU 75 */ UnlocalizedNumberRangeFormatter withoutLocale() &&; #endif // U_HIDE_DRAFT_API