X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..b801cf366c7671a99bdcef84d1e9c0ec64b36723:/icuSources/common/unicode/messagepattern.h?ds=sidebyside diff --git a/icuSources/common/unicode/messagepattern.h b/icuSources/common/unicode/messagepattern.h index 01e16299..f8b8dfb4 100644 --- a/icuSources/common/unicode/messagepattern.h +++ b/icuSources/common/unicode/messagepattern.h @@ -247,29 +247,26 @@ enum UMessagePatternArgType { * @stable ICU 4.8 */ UMSGPAT_ARG_TYPE_SELECT, -#ifndef U_HIDE_DRAFT_API /** * The argument is an ordinal-number PluralFormat * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL. - * @draft ICU 50 + * @stable ICU 50 */ UMSGPAT_ARG_TYPE_SELECTORDINAL -#endif /* U_HIDE_DRAFT_API */ }; /** * @stable ICU 4.8 */ typedef enum UMessagePatternArgType UMessagePatternArgType; -#ifndef U_HIDE_DRAFT_API /** + * \def UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE * Returns TRUE if the argument type has a plural style part sequence and semantics, * for example UMSGPAT_ARG_TYPE_PLURAL and UMSGPAT_ARG_TYPE_SELECTORDINAL. - * @draft ICU 50 + * @stable ICU 50 */ #define UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(argType) \ ((argType)==UMSGPAT_ARG_TYPE_PLURAL || (argType)==UMSGPAT_ARG_TYPE_SELECTORDINAL) -#endif /* U_HIDE_DRAFT_API */ enum { /**