mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21957 Fix status tags for U_HIDDEN, unum_hasAttribute
This commit is contained in:
parent
329c95e3b9
commit
0c9d6f6b85
2 changed files with 8 additions and 1 deletions
|
@ -847,6 +847,13 @@ namespace std {
|
|||
# define U_IMPORT
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \def U_HIDDEN
|
||||
* This is used to mark internal structs declared within external classes,
|
||||
* to prevent the internal structs from having the same visibility as the
|
||||
* class within which they are declared.
|
||||
* @internal
|
||||
*/
|
||||
#ifdef U_HIDDEN
|
||||
/* Use the predefined value. */
|
||||
#elif defined(__GNUC__)
|
||||
|
|
|
@ -1174,7 +1174,7 @@ typedef enum UNumberFormatAttribute {
|
|||
* @see unum_setDoubleAttribute
|
||||
* @see unum_getTextAttribute
|
||||
* @see unum_setTextAttribute
|
||||
* @draft ICU 72.0
|
||||
* @draft ICU 72
|
||||
*/
|
||||
U_CAPI bool U_EXPORT2
|
||||
unum_hasAttribute(const UNumberFormat* fmt,
|
||||
|
|
Loading…
Add table
Reference in a new issue