Skip to content

Commit d8ef559

Browse files
committed
Remove un-needed attributes
1 parent 87fbe3a commit d8ef559

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

icu4c/source/i18n/unicode/messageformat2_function_registry.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,37 +564,37 @@ namespace message2 {
564564
* @internal ICU 78 technology preview
565565
* @deprecated This API is for technology preview only.
566566
*/
567-
U_I18N_API Formattable innerValue;
567+
Formattable innerValue;
568568
/**
569569
* Resolved options attached to this value.
570570
*
571571
* @internal ICU 78 technology preview
572572
* @deprecated This API is for technology preview only.
573573
*/
574-
U_I18N_API FunctionOptions opts;
574+
FunctionOptions opts;
575575
/**
576576
* The name of the function that constructed this FunctionValue.
577577
*
578578
* @internal ICU 78 technology preview
579579
* @deprecated This API is for technology preview only.
580580
*/
581-
U_I18N_API UnicodeString functionName;
581+
UnicodeString functionName;
582582
/**
583583
* Fallback string that can be used if a later function encounters
584584
* an error when processing this FunctionValue.
585585
*
586586
* @internal ICU 78 technology preview
587587
* @deprecated This API is for technology preview only.
588588
*/
589-
U_I18N_API UnicodeString fallback;
589+
UnicodeString fallback;
590590
/**
591591
* Locale from u:locale option.
592592
* Must be set from function context.
593593
*
594594
* @internal ICU 78 technology preview
595595
* @deprecated This API is for technology preview only.
596596
*/
597-
U_I18N_API Locale locale;
597+
Locale locale;
598598
/**
599599
* Directionality of formatted result.
600600
* Defaults to U_MF_DIRECTIONALITY_UNKNOWN if not set
@@ -603,7 +603,7 @@ namespace message2 {
603603
* @internal ICU 78 technology preview
604604
* @deprecated This API is for technology preview only.
605605
*/
606-
U_I18N_API UMFDirectionality dir = U_MF_DIRECTIONALITY_UNKNOWN;
606+
UMFDirectionality dir = U_MF_DIRECTIONALITY_UNKNOWN;
607607
/**
608608
* Input directionality from u:dir option.
609609
* Defaults to U_MF_BIDI_OPTION_INHERIT if not set
@@ -612,7 +612,7 @@ namespace message2 {
612612
* @internal ICU 78 technology preview
613613
* @deprecated This API is for technology preview only.
614614
*/
615-
U_I18N_API UMFBidiOption inputDir = U_MF_BIDI_OPTION_INHERIT;
615+
UMFBidiOption inputDir = U_MF_BIDI_OPTION_INHERIT;
616616
private:
617617
friend class FunctionOptions;
618618

0 commit comments

Comments
 (0)