File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
icu4c/source/i18n/unicode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments