Skip to content

Commit 4088f35

Browse files
committed
Add missing attributes
1 parent d8ef559 commit 4088f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icu4c/source/i18n/unicode/messageformat2.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ namespace message2 {
392392
* @internal ICU 78 technology preview
393393
* @deprecated This API is for technology preview only.
394394
*/
395-
Builder& setBidiIsolationStrategy(UMFBidiIsolationStrategy strategy);
395+
U_I18N_API Builder& setBidiIsolationStrategy(UMFBidiIsolationStrategy strategy);
396396
/**
397397
* Set the bidi isolation style for this formatter.
398398
*
@@ -411,7 +411,7 @@ namespace message2 {
411411
* @internal ICU 78 technology preview
412412
* @deprecated This API is for technology preview only.
413413
*/
414-
Builder& setBidiIsolationStyle(UMFBidiIsolationStyle style);
414+
U_I18N_API Builder& setBidiIsolationStyle(UMFBidiIsolationStyle style);
415415
/**
416416
* Set the directionality context of the input message.
417417
*
@@ -429,7 +429,7 @@ namespace message2 {
429429
* @internal ICU 78 technology preview
430430
* @deprecated This API is for technology preview only.
431431
*/
432-
Builder& setBidiContext(UMFBidiContext dir);
432+
U_I18N_API Builder& setBidiContext(UMFBidiContext dir);
433433
/**
434434
* Constructs a new immutable MessageFormatter using the pattern or data model
435435
* that was previously set, and the locale (if it was previously set)

0 commit comments

Comments
 (0)