mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21952 fix draft version of withoutLocale to ICU 75
This commit is contained in:
parent
d1fa15bc1f
commit
d271d3f269
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue